{
    "name": "Prague.org",
    "description": "Explore Prague like a local",
    "url": "https:\/\/prague.org",
    "home": "https:\/\/prague.org\/hu",
    "gmt_offset": "2",
    "timezone_string": "",
    "namespaces": [
        "oembed\/1.0",
        "nab\/v1",
        "social-share\/v1",
        "social-counts\/v1",
        "powerkit-toc\/v1",
        "redirection\/v1",
        "saswp-output",
        "rankmath\/v1",
        "sight\/v1",
        "wptb\/v1",
        "jetpack\/v4",
        "complianz\/v1",
        "rankmath\/v1\/an",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/in",
        "wc\/v3",
        "wc\/v1",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wp-rocket\/v1",
        "csco\/v1",
        "google-site-kit\/v1",
        "regenerate-thumbnails\/v1",
        "wc\/v2",
        "wc-telemetry",
        "wccom-site\/v1",
        "wccom-site\/v2",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/prague.org\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Az er\u0151forr\u00e1s URL-c\u00edme, amely r\u00e9sz\u00e9re az oEmbed adatait k\u00e9rdezz\u00fck le.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Az er\u0151forr\u00e1s URL-c\u00edme, amely r\u00e9sz\u00e9re az oEmbed adatait k\u00e9rdezz\u00fck le.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Az oEmbed form\u00e1tum haszn\u00e1lata.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "A be\u00e1gyazott keret maximum sz\u00e9less\u00e9ge pixelben.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "A be\u00e1gyazott keret maxim\u00e1lis magass\u00e1ga pixelben.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "K\u00fcldj\u00fcnk-e oEmbed felfedez\u00e9si lek\u00e9rdez\u00e9st nem elfogadott szolg\u00e1ltat\u00f3khoz.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/nab\/v1": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nab\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1"
                    }
                ]
            }
        },
        "\/nab\/v1\/menu\/duplicate-control": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "experiment": {
                            "description": "The test in which the duplicated menu should be stored.",
                            "type": "integer",
                            "required": false
                        },
                        "alternative": {
                            "description": "The variant in which the duplicated menu should be stored.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/menu\/duplicate-control"
                    }
                ]
            }
        },
        "\/nab\/v1\/widget\/duplicate-control": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "experiment": {
                            "description": "The test in which the duplicated widgets should be stored.",
                            "type": "integer",
                            "required": false
                        },
                        "alternative": {
                            "description": "The variant in which the duplicated widgets should be stored.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/widget\/duplicate-control"
                    }
                ]
            }
        },
        "\/nab\/v1\/site": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/site"
                    }
                ]
            }
        },
        "\/nab\/v1\/site\/free": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/site\/free"
                    }
                ]
            }
        },
        "\/nab\/v1\/site\/premium": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/site\/premium"
                    }
                ]
            }
        },
        "\/nab\/v1\/site\/subscription": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/site\/subscription"
                    }
                ]
            }
        },
        "\/nab\/v1\/site\/(?P<id>[\\w\\-]+)\/subscription": {
            "namespace": "nab\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/subscription\/(?P<id>[\\w\\-]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/subscription\/(?P<id>[\\w\\-]+)\/uncancel": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/subscription\/(?P<id>[\\w\\-]+)\/quota": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/subscription\/(?P<id>[\\w\\-]+)\/sites": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/subscription\/(?P<id>[\\w\\-]+)\/invoices": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/products": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/products"
                    }
                ]
            }
        },
        "\/nab\/v1\/migrate\/experiment\/(?P<id>[\\d]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/migrate\/remove-old-account-data": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/migrate\/remove-old-account-data"
                    }
                ]
            }
        },
        "\/nab\/v1\/experiment": {
            "namespace": "nab\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/experiment"
                    }
                ]
            }
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<eid>[\\d]+)\/has-heatmap-data\/(?P<aid>[\\S]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/start": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/resume": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/stop": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/pause": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/apply\/(?P<alternative>[A-Za-z0-9-]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/result": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiment\/(?P<id>[\\d]+)\/debug\/migrate-results": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/experiments-running": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/experiments-running"
                    }
                ]
            }
        },
        "\/nab\/v1\/plugins": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/plugins"
                    }
                ]
            }
        },
        "\/nab\/v1\/plugin\/clean": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/plugin\/clean"
                    }
                ]
            }
        },
        "\/nab\/v1\/menu\/search": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/menu\/search"
                    }
                ]
            }
        },
        "\/nab\/v1\/menu\/(?P<id>[\\d]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Menu ID.",
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/nab\/v1\/post": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "number",
                            "required": true
                        },
                        "type": {
                            "description": "Limit results to those matching a post type.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/post"
                    }
                ]
            }
        },
        "\/nab\/v1\/post\/search": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to those matching a post type.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "query": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/post\/search"
                    }
                ]
            }
        },
        "\/nab\/v1\/types": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/types"
                    }
                ]
            }
        },
        "\/nab\/v1\/post\/(?P<src>[\\d]+)\/overwrites\/(?P<dest>[\\d]+)": {
            "namespace": "nab\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/nab\/v1\/templates": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Limit results to those matching a post type.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/templates"
                    }
                ]
            }
        },
        "\/nab\/v1\/themes": {
            "namespace": "nab\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/nab\/v1\/themes"
                    }
                ]
            }
        },
        "\/social-share\/v1": {
            "namespace": "social-share\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "social-share\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/social-share\/v1"
                    }
                ]
            }
        },
        "\/social-share\/v1\/get-shares": {
            "namespace": "social-share\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/social-share\/v1\/get-shares"
                    }
                ]
            }
        },
        "\/social-counts\/v1": {
            "namespace": "social-counts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "social-counts\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/social-counts\/v1"
                    }
                ]
            }
        },
        "\/social-counts\/v1\/get-counts": {
            "namespace": "social-counts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/social-counts\/v1\/get-counts"
                    }
                ]
            }
        },
        "\/powerkit-toc\/v1": {
            "namespace": "powerkit-toc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "powerkit-toc\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/powerkit-toc\/v1"
                    }
                ]
            }
        },
        "\/powerkit-toc\/v1\/get": {
            "namespace": "powerkit-toc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/powerkit-toc\/v1\/get"
                    }
                ]
            }
        },
        "\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": []
                }
            ]
        },
        "\/saswp-output": {
            "namespace": "saswp-output",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "saswp-output",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/saswp-output"
                    }
                ]
            }
        },
        "\/saswp-output\/posts\/(?P<id>\\d+)": {
            "namespace": "saswp-output",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Modul slug",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Modul \u00e1llapot: bekapcsolt vagy kikapcsolt",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/autoUpdate": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/autoUpdate"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Webhely token",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Objektum T\u00edpusa, pl. bejegyz\u00e9s (post), kifejez\u00e9s (term), felhaszn\u00e1l\u00f3 (user)",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Objektum egyedi azonos\u00edt\u00f3ja",
                            "required": true
                        },
                        "meta": {
                            "description": "Adat hozz\u00e1ad\u00e1s\u00e1hoz vagy friss\u00edt\u00e9s\u00e9hez sz\u00fcks\u00e9ges meta",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Objektum T\u00edpusa, pl. bejegyz\u00e9s (post), kifejez\u00e9s (term), felhaszn\u00e1l\u00f3 (user)",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Objektum egyedi azonos\u00edt\u00f3ja",
                            "required": true
                        },
                        "schemas": {
                            "description": "schemas to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Friss\u00edthet\u0151 meta adatok nem tal\u00e1lhat\u00f3k.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/sight\/v1": {
            "namespace": "sight\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "sight\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/sight\/v1"
                    }
                ]
            }
        },
        "\/sight\/v1\/portfolio-more-posts": {
            "namespace": "sight\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/sight\/v1\/portfolio-more-posts"
                    }
                ]
            }
        },
        "\/wptb\/v1": {
            "namespace": "wptb\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wptb\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wptb\/v1"
                    }
                ]
            }
        },
        "\/wptb\/v1\/table-fixer\/fix": {
            "namespace": "wptb\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wptb\/v1\/table-fixer\/fix"
                    }
                ]
            }
        },
        "\/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:\/\/prague.org\/hu\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": "Set to false will trigger the site to disconnect.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": "Indicates where the registration action was triggered for tracking\/segmentation purposes",
                            "type": "string",
                            "required": false
                        },
                        "registration_nonce": {
                            "description": "The registration nonce",
                            "type": "string",
                            "required": true
                        },
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "Indicates from what plugin the request is coming from",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "New user token",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "Is connection owner",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "New owner",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/complianz\/v1": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "complianz\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1"
                    }
                ]
            }
        },
        "\/complianz\/v1\/documents": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/documents"
                    }
                ]
            }
        },
        "\/complianz\/v1\/banner": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/banner"
                    }
                ]
            }
        },
        "\/complianz\/v1\/track": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/track"
                    }
                ]
            }
        },
        "\/complianz\/v1\/manage_consent_html": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/manage_consent_html"
                    }
                ]
            }
        },
        "\/complianz\/v1\/store_cookies": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/store_cookies"
                    }
                ]
            }
        },
        "\/complianz\/v1\/consent-area\/(?P<post_id>([0-9]+))\/(?P<block_id>([a-z0-9-_]+))": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/complianz\/v1\/cookie_data": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/complianz\/v1\/cookie_data"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/wc\/v3": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/connection_tokens": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/connection_tokens"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": true
                        },
                        "address": {
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ending_before": {
                            "type": "string",
                            "required": false
                        },
                        "limit": {
                            "type": "integer",
                            "required": false
                        },
                        "starting_after": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/terminal\/locations"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations\/store": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/terminal\/locations\/store"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/terminal\/locations\/(?P<location_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "DELETE",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": false
                        },
                        "address": {
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/orders\/(?P<order_id>\\d+)\/create_customer": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/orders\/(?P<order_id>\\w+)\/capture_terminal_payment": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_intent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/wc_stripe\/tokens\/(?P<token_id>[a-z]{3}_[a-zA-Z0-9]{24})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/stripe\/oauth\/init": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/connect\/stripe\/oauth\/init"
                    }
                ]
            }
        },
        "\/wc\/v1\/connect\/stripe\/oauth\/connect": {
            "namespace": "wc\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/connect\/stripe\/oauth\/connect"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/account"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/account\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/webhook-status-message": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/account\/webhook-status-message"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/account\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/upe_flag_toggle": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_upe_enabled": {
                            "description": "Meghat\u00e1rozza, hogy az UPE funkci\u00f3jelz\u0151 enged\u00e9lyezve van-e.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/upe_flag_toggle"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_stripe_enabled": {
                            "description": "Ha a Stripe-ot enged\u00e9lyezni kell.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_test_mode_enabled": {
                            "description": "Stripe teszt m\u00f3d be\u00e1ll\u00edt\u00e1s.",
                            "type": "boolean",
                            "required": false
                        },
                        "title": {
                            "description": "Stripe kijelz\u00e9s c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "title_upe": {
                            "description": "\u00daj fizet\u00e9si \u00e9lm\u00e9ny c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Stripe kijelz\u0151 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "enabled_payment_method_ids": {
                            "description": "Fizet\u00e9si m\u00f3d-azonos\u00edt\u00f3k, amelyeket enged\u00e9lyezni kell. A t\u00f6bbi m\u00f3dszer le lesz tiltva.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "card"
                                ]
                            },
                            "required": false
                        },
                        "is_payment_request_enabled": {
                            "description": "Ha a Stripe expressz p\u00e9nzt\u00e1rakat enged\u00e9lyezni kell.",
                            "type": "boolean",
                            "required": false
                        },
                        "payment_request_button_type": {
                            "description": "Expressz fizet\u00e9s gombt\u00edpusok.",
                            "type": "string",
                            "enum": [
                                "default",
                                "buy",
                                "donate",
                                "book"
                            ],
                            "required": false
                        },
                        "payment_request_button_theme": {
                            "description": "Expressz fizet\u00e9s gombt\u00e9m\u00e1k.",
                            "type": "string",
                            "enum": [
                                "dark",
                                "light",
                                "light-outline"
                            ],
                            "required": false
                        },
                        "payment_request_button_size": {
                            "description": "Expressz p\u00e9nzt\u00e1r gombok m\u00e9retei.",
                            "type": "string",
                            "enum": [
                                "default",
                                "medium",
                                "large"
                            ],
                            "required": false
                        },
                        "payment_request_button_locations": {
                            "description": "Gyorsp\u00e9nzt\u00e1ri helyek, amelyeket enged\u00e9lyezni kell.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "product",
                                    "cart",
                                    "checkout"
                                ]
                            },
                            "required": false
                        },
                        "is_manual_capture_enabled": {
                            "description": "Ha enged\u00e9lyezni kell a t\u00f6lt\u00e9sek k\u00e9zi r\u00f6gz\u00edt\u00e9s\u00e9t.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_saved_cards_enabled": {
                            "description": "Ha enged\u00e9lyezni kell a \"Mentett k\u00e1rty\u00e1k\" lehet\u0151s\u00e9get.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_separate_card_form_enabled": {
                            "description": "Ha a hitelk\u00e1rtyasz\u00e1m mez\u0151t, a lej\u00e1rati d\u00e1tum mez\u0151t \u00e9s a CVC mez\u0151t k\u00fcl\u00f6n kell v\u00e1lasztani.",
                            "type": "boolean",
                            "required": false
                        },
                        "statement_descriptor": {
                            "description": "Az \u00fcgyfelek banksz\u00e1ml\u00e1in megjelen\u00edtend\u0151 banksz\u00e1mla-le\u00edr\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "is_short_statement_descriptor_enabled": {
                            "description": "Ha enged\u00e9lyezve van, akkor a k\u00e1rty\u00e1s \u00e9s expressz fizet\u00e9si tranzakci\u00f3k rendel\u00e9si sz\u00e1m\u00e1t is megadjuk.",
                            "type": "boolean",
                            "required": false
                        },
                        "short_statement_descriptor": {
                            "description": "A r\u00f6vid verzi\u00f3t az \u00fcgyf\u00e9l rendel\u00e9si sz\u00e1m\u00e1val kombin\u00e1lva haszn\u00e1ljuk.",
                            "type": "string",
                            "required": false
                        },
                        "is_debug_log_enabled": {
                            "description": "Ha enged\u00e9lyezve van, a fizet\u00e9si hibanapl\u00f3k a WooCommerce > \u00c1llapot > Napl\u00f3k mapp\u00e1ba ker\u00fclnek.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/account_keys": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "publishable_key": {
                            "description": "Az \u00d6n Stripe API Publishable kulcsa, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        },
                        "secret_key": {
                            "description": "Az \u00d6n Stripe API titkos k\u00f3dja, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        },
                        "webhook_secret": {
                            "description": "A Stripe webhook v\u00e9gpont URL-je, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        },
                        "test_publishable_key": {
                            "description": "Az \u00d6n Stripe tesztel\u00e9si API Publishable kulcsa, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        },
                        "test_secret_key": {
                            "description": "A Stripe tesztel\u00e9si API titkos k\u00f3dja, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        },
                        "test_webhook_secret": {
                            "description": "A Stripe-tesztel\u00e9si webhook v\u00e9gpont URL-c\u00edme, amelyet a Stripe ir\u00e1ny\u00edt\u00f3pultj\u00e1r\u00f3l szerezhet be.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/wc_stripe\/account_keys"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_stripe\/payment-gateway\/(?P<payment_gateway_id>[a-z0-9_]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-admin",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-analytics": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-analytics",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "A jegyzet t\u00edpusa.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey",
                                    "email"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Megjegyzend\u0151 st\u00e1tusz.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "Megjegyz\u00e9s forr\u00e1sa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/admin\/notes"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/all": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "Megjegyzend\u0151 st\u00e1tusz.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/admin\/notes\/delete\/all"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/tracker\/(?P<note_id>[\\d-]+)\/user\/(?P<user_id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/update": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/admin\/notes\/update"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/experimental-activate-promo\/(?P<promo_note_name>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/(?P<note_id>[\\d-]+)\/action\/(?P<action_id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "A jegyzet egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "A megjegyz\u00e9s m\u0171velet egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa az adott karakterl\u00e1ncnak megfelel\u0151 k\u00f3dokkal rendelkez\u0151 kuponokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott k\u00f3ddal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/data": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/data"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/locales": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/data\/countries\/locales"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/data\/countries"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alpha-2 orsz\u00e1gk\u00f3d.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/data\/download-ips": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/recommended"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/knowledge-base": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/knowledge-base"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/activate-plugin": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "plugin": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/overview\/activate-plugin"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/installed-plugins": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/overview\/installed-plugins"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommendations": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "enum": [
                                "channels",
                                "extensions"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/marketing\/campaign-types"
                    }
                ]
            }
        },
        "\/wc-admin\/options": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/options"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa megb\u00edz\u00e1sokra.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott \u00fcgyf\u00e9lhez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Csak olyan meta adatok megjelen\u00edt\u00e9se, amelyeket egy megrendel\u00e9shez kell megjelen\u00edteni.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a rendel\u00e9ssz\u00e1m egy r\u00e9sz\u00e9vel megegyez\u0151 rendel\u00e9sekre.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/orders\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "Visszaadja az alap\u00e9rtelmezett fizet\u00e9si javaslatokat, ha a woocommerce_show_marketplace_suggestions \u00e9s woocommerce_setting_payments_recommendations_hidden opci\u00f3k no \u00e9rt\u00e9kre vannak \u00e1ll\u00edtva.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/payment-gateway-suggestions"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/payment-gateway-suggestions\/dismiss"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 term\u00e9kn\u00e9v vagy sku alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3j\u00e1hoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatummal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1lja a taxon\u00f3mia nev\u00e9t\/attrib\u00fatum slugj\u00e1t.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3j\u00e1val rendelkez\u0151 term\u00e9kekre (sz\u00fcks\u00e9ges egy hozz\u00e1rendelt attrib\u00fatum).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa azokra, amelyeknek a SKU-ja r\u00e9szben megegyezik egy karakterl\u00e1nccal.",
                            "type": "string",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kev\u00e9s vagy kifogyott term\u00e9kekre. (Lej\u00e1rt)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 attrib\u00fatumn\u00e9v alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s slug azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 term\u00e9kn\u00e9v, sku vagy attrib\u00fatum\u00e9rt\u00e9k alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 term\u00e9kn\u00e9v, sku vagy attrib\u00fatum\u00e9rt\u00e9k alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k sz\u00fcl\u0151i neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 term\u00e9kn\u00e9v, sku vagy attrib\u00fatum\u00e9rt\u00e9k alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 term\u00e9kn\u00e9v, sku vagy attrib\u00fatum\u00e9rt\u00e9k alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett fel\u00fclvizsg\u00e1latokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rja az egyes felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9seket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott szerz\u0151i e-mailre.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott term\u00e9kazonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa fel\u00fclvizsg\u00e1latokra.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Fel\u00fclvizsg\u00e1lat tartalma.",
                            "required": true
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Annak a term\u00e9knek az egyedi azonos\u00edt\u00f3ja, amelyhez a fel\u00fclvizsg\u00e1lat tartozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/reviews\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Annak a term\u00e9knek az egyedi azonos\u00edt\u00f3ja, amelyhez a fel\u00fclvizsg\u00e1lat tartozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/products\/low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/themes": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "A felt\u00f6ltend\u0151 t\u00e9ma zip f\u00e1jlja.",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/themes"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/install\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/active": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/installed"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/activate\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/connect-jetpack": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/connect-jetpack"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/request-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/request-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/finish-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/finish-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-wcpay": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/connect-wcpay"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-square": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/plugins\/connect-square"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/free-extensions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/free-extensions"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/product-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/product-types"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "completed": {
                            "type": "boolean",
                            "description": "Az, hogy a profil elk\u00e9sz\u00fclt-e vagy sem.",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "Az, hogy a profil kihagy\u00e1sra ker\u00fclt-e vagy sem.",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "Ipar\u00e1g.",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        },
                        "product_types": {
                            "type": "array",
                            "description": "Az \u00e9rt\u00e9kes\u00edtett term\u00e9kek t\u00edpusai.",
                            "items": {
                                "enum": [
                                    "physical",
                                    "downloads",
                                    "subscriptions",
                                    "memberships",
                                    "bookings",
                                    "product-bundles",
                                    "product-add-ons"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_count": {
                            "type": "string",
                            "description": "A hozz\u00e1adand\u00f3 term\u00e9kek sz\u00e1ma.",
                            "enum": [
                                "0",
                                "1-10",
                                "11-100",
                                "101-1000",
                                "1000+"
                            ],
                            "required": false
                        },
                        "selling_venues": {
                            "type": "string",
                            "description": "M\u00e1s helyeken az \u00e1ruh\u00e1z term\u00e9keket \u00e1rul.",
                            "enum": [
                                "no",
                                "other",
                                "brick-mortar",
                                "brick-mortar-other",
                                "other-woocommerce"
                            ],
                            "required": false
                        },
                        "number_employees": {
                            "type": "string",
                            "description": "Az \u00fczlet alkalmazottainak sz\u00e1ma.",
                            "enum": [
                                "1",
                                "<10",
                                "10-50",
                                "50-250",
                                "+250",
                                "not specified"
                            ],
                            "required": false
                        },
                        "revenue": {
                            "type": "string",
                            "description": "Az \u00fczlet jelenlegi \u00e9ves bev\u00e9tele.",
                            "enum": [
                                "none",
                                "up-to-2500",
                                "2500-10000",
                                "10000-50000",
                                "50000-250000",
                                "more-than-250000",
                                "rather-not-say"
                            ],
                            "required": false
                        },
                        "other_platform": {
                            "type": "string",
                            "description": "Az \u00e9rt\u00e9kes\u00edt\u00e9shez haszn\u00e1lt egy\u00e9b platform neve.",
                            "enum": [
                                "shopify",
                                "bigcommerce",
                                "magento",
                                "wix",
                                "amazon",
                                "ebay",
                                "etsy",
                                "squarespace",
                                "other"
                            ],
                            "required": false
                        },
                        "other_platform_name": {
                            "type": "string",
                            "description": "Az \u00e9rt\u00e9kes\u00edt\u00e9shez haszn\u00e1lt egy\u00e9b platform neve (nem szerepel a list\u00e1ban).",
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "Extra \u00fczleti kiterjeszt\u00e9sek telep\u00edt\u00e9se.",
                            "items": {
                                "enum": [
                                    "jetpack",
                                    "woocommerce-services",
                                    "woocommerce-payments",
                                    "mailchimp-for-woocommerce",
                                    "creative-mail-by-constant-contact",
                                    "facebook-for-woocommerce",
                                    "google-listings-and-ads",
                                    "pinterest-for-woocommerce",
                                    "mailpoet",
                                    "codistoconnect",
                                    "tiktok-for-business",
                                    "tiktok-for-business:alt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "theme": {
                            "type": "string",
                            "description": "Kiv\u00e1lasztott \u00e1ruh\u00e1zi t\u00e9ma.",
                            "required": false
                        },
                        "setup_client": {
                            "type": "boolean",
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez a bolt egy \u00fcgyf\u00e9l sz\u00e1m\u00e1ra lett-e be\u00e1ll\u00edtva.",
                            "required": false
                        },
                        "wccom_connected": {
                            "type": "boolean",
                            "description": "Az, hogy az \u00e1ruh\u00e1z csatlakozott-e a WooCommerce.com-hoz a b\u0151v\u00edt\u00e9s sor\u00e1n.",
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "Az, hogy ez az \u00e1ruh\u00e1z beleegyezett-e a WooCommerce.com marketing tartalm\u00e1nak fogad\u00e1s\u00e1ba vagy sem.",
                            "required": false
                        },
                        "store_email": {
                            "type": "string",
                            "description": "\u00c1ruh\u00e1zi e-mail c\u00edm.",
                            "required": false
                        },
                        "is_store_country_set": {
                            "type": "boolean",
                            "description": "Az, hogy ez a bolt orsz\u00e1ga be van-e \u00e1ll\u00edtva az onboarding profiler seg\u00edts\u00e9g\u00e9vel.",
                            "required": false
                        },
                        "is_plugins_page_skipped": {
                            "type": "boolean",
                            "description": "A core profilerben a plugins l\u00e9p\u00e9s kihagy\u00e1sra ker\u00fclt-e vagy sem.",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/profile"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/import_sample_products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/tasks\/import_sample_products"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_homepage": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/tasks\/create_homepage"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_product_from_template": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "template_name": {
                            "type": "string",
                            "description": "Term\u00e9k sablon neve.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/tasks\/create_product_from_template"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "description": "V\u00e1laszthat\u00f3 param\u00e9ter, ha csak bizonyos feladatlist\u00e1kat szeretne kapni az azonos\u00edt\u00f3 alapj\u00e1n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "setup",
                                    "extended",
                                    "secret_tasklist"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "V\u00e1laszthat\u00f3 param\u00e9ter, ha csak bizonyos feladatlist\u00e1kat szeretne kapni az azonos\u00edt\u00f3 alapj\u00e1n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "setup",
                                    "extended",
                                    "secret_tasklist"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "A kiterjesztett, elavult feladatok list\u00e1ja az \u00fcgyf\u00e9loldali sz\u0171r\u0151b\u0151l.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/tasks"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/hide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/unhide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_-]+)\/snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "duration": {
                            "description": "A feladat szundik\u00e1l\u00e1s\u00e1nak id\u0151tartama.",
                            "type": "string",
                            "required": false
                        },
                        "task_list_id": {
                            "description": "Opcion\u00e1lis param\u00e9ter egy adott feladatlista lek\u00e9rdez\u00e9s\u00e9hez.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/action": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/themes\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/themes\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/themes\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/themes\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate-async": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "plugins": {
                            "description": "A list of plugins to install",
                            "type": "array",
                            "items": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate-async"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/scheduled-installs\/(?P<job_id>\\w+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "The URL to redirect to after authorization",
                            "type": "string",
                            "required": true
                        },
                        "from": {
                            "description": "from value for the jetpack authorization page",
                            "type": "string",
                            "default": "woocommerce-onboarding",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url"
                    }
                ]
            }
        },
        "\/wc-admin\/navigation\/favorites\/me": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "item_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "item_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/navigation\/favorites\/me"
                    }
                ]
            }
        },
        "\/wc-analytics\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly szerinti rendez\u00e9s.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Keres\u00e9s hasonl\u00f3 ad\u00f3k\u00f3dok alapj\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott \u00e1rfolyam-azonos\u00edt\u00f3(k) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app\/send-magic-link": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/mobile-app\/send-magic-link"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/mobile-app"
                    }
                ]
            }
        },
        "\/wc-admin\/shipping-partner-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "Visszaadja az alap\u00e9rtelmezett sz\u00e1ll\u00edt\u00e1si partner javaslatokat, ha a woocommerce_show_marketplace_suggestions opci\u00f3 no \u00e9rt\u00e9kre van \u00e1ll\u00edtva.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-admin\/shipping-partner-suggestions"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "A keres\u00e9si kifejez\u00e9st tartalmaz\u00f3 \u00fcgyf\u00e9lmez\u0151vel rendelkez\u0151 objektumokra korl\u00e1tozza a v\u00e1laszt. A `searchby` \u00e1ltal megadott mez\u0151ben keres.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott nev\u0171 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3n\u00e9vvel rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az objektumokra, bele\u00e9rtve az e-maileket is.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa az e-maileket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott orsz\u00e1gokkal rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott orsz\u00e1gokat kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a rendel\u00e9ssz\u00e1ma nagyobb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek rendel\u00e9ssz\u00e1ma kisebb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a sorrendsz\u00e1m\u00e1t k\u00e9t megadott eg\u00e9sz sz\u00e1m k\u00f6z\u00e9 esik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si k\u00f6lts\u00e9ge k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy az adott id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Sz\u0171rje ki azokat az eredm\u00e9nyeket, ahol az \u00e1tadott mez\u0151k b\u00e1rmelyike \u00fcres.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "A keres\u00e9si kifejez\u00e9st tartalmaz\u00f3 \u00fcgyf\u00e9lmez\u0151vel rendelkez\u0151 objektumokra korl\u00e1tozza a v\u00e1laszt. A `searchby` \u00e1ltal megadott mez\u0151ben keres.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott nev\u0171 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3n\u00e9vvel rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az objektumokra, bele\u00e9rtve az e-maileket is.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa az e-maileket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott orsz\u00e1gokkal rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott orsz\u00e1gokat kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a rendel\u00e9ssz\u00e1ma nagyobb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek rendel\u00e9ssz\u00e1ma kisebb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a sorrendsz\u00e1m\u00e1t k\u00e9t megadott eg\u00e9sz sz\u00e1m k\u00f6z\u00e9 esik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si k\u00f6lts\u00e9ge k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy az adott id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Sz\u0171rje ki azokat az eredm\u00e9nyeket, ahol az \u00e1tadott mez\u0151k b\u00e1rmelyike \u00fcres.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/leaderboards": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL-lek\u00e9rdez\u00e9s, hogy a linkek k\u00f6z\u00f6tt fennmaradjon.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/leaderboards\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/(?P<leaderboard>\\w+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "leaderboard": {
                            "type": "string",
                            "enum": [
                                "customers",
                                "coupons",
                                "categories",
                                "products"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL-lek\u00e9rdez\u00e9s, hogy a linkek k\u00f6z\u00f6tt fennmaradjon.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "Az import\u00e1l\u00e1shoz sz\u00fcks\u00e9ges napok sz\u00e1ma.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "A megl\u00e9v\u0151 rendel\u00e9si adatok import\u00e1l\u00e1s\u00e1nak kihagy\u00e1sa.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/import"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/cancel": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/import\/cancel"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/delete": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/import\/delete"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "Az import\u00e1l\u00e1shoz sz\u00fcks\u00e9ges napok sz\u00e1ma.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "A megl\u00e9v\u0151 rendel\u00e9si adatok import\u00e1l\u00e1s\u00e1nak kihagy\u00e1sa.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/import\/totals"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "report_args": {
                            "description": "Az export\u00e1lt jelent\u00e9snek \u00e1tadand\u00f3 param\u00e9terek.",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "Ha igaz, akkor e-mailben k\u00fcld egy linket az export let\u00f6lt\u00e9s\u00e9hez a k\u00e9relmez\u0151 felhaszn\u00e1l\u00f3nak.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export\/(?P<export_id>[a-z0-9]+)\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/reports\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "product_name",
                                "variations",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "Az eredm\u00e9nyt a megadott kateg\u00f3ri\u00e1k elemeire korl\u00e1tozza.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott term\u00e9kazonos\u00edt\u00f3val rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Minden egyes term\u00e9kr\u0151l tov\u00e1bbi inform\u00e1ci\u00f3k hozz\u00e1ad\u00e1sa a jelent\u00e9shez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "sku"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek rendelkeznek a megadott sz\u00fcl\u0151 term\u00e9k(ek)kel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott sz\u00fcl\u0151 term\u00e9k(ek)kel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott vari\u00e1ci\u00f3s azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Adjon hozz\u00e1 tov\u00e1bbi inform\u00e1ci\u00f3kat minden egyes vari\u00e1ci\u00f3r\u00f3l a jelent\u00e9shez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a megadott attrib\u00fatumokat tartalmaz\u00f3 v\u00e1ltozatokra.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa azokra a v\u00e1ltozatokra, amelyek nem tartalmazz\u00e1k a megadott attrib\u00fatumokat.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "category_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott kateg\u00f3ri\u00e1k vari\u00e1ci\u00f3ira.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott kateg\u00f3ri\u00e1kon k\u00edv\u00fcli v\u00e1ltozatokra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Az eredm\u00e9nyt a megadott kateg\u00f3ri\u00e1k elemeire korl\u00e1tozza.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott term\u00e9kazonos\u00edt\u00f3val rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott vari\u00e1ci\u00f3s azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "category_includes": {
                            "description": "Az eredm\u00e9nyt a megadott kateg\u00f3ri\u00e1k elemeire korl\u00e1tozza.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott kateg\u00f3ri\u00e1kon k\u00edv\u00fcli v\u00e1ltozatokra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek rendelkeznek a megadott sz\u00fcl\u0151 term\u00e9k(ek)kel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott sz\u00fcl\u0151 term\u00e9k(ek)kel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott vari\u00e1ci\u00f3s azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket tartalmazz\u00e1k.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek nem tartalmaznak a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "total_sales",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "gross_sales"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "num_items_sold",
                                "net_total"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott term\u00e9k(ek) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendeltek hozz\u00e1 a megadott term\u00e9k(ek)et.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott vari\u00e1ci\u00f3(k) van(nak) hozz\u00e1rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendelt\u00fck hozz\u00e1 a megadott vari\u00e1ci\u00f3(ka)t.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez a megadott kupon(ok) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez nem rendeltek hozz\u00e1 a megadott kupon(ok)at.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez a megadott ad\u00f3kulcs(ok) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez nem rendeltek hozz\u00e1 a megadott ad\u00f3kulcs(ok)at.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyek a megadott rendel\u00e9si st\u00e1tusszal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si st\u00e1tusszal.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "customer_type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa visszat\u00e9r\u0151 vagy \u00faj \u00fcgyfelekre.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "returning",
                                "new"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a visszat\u00e9r\u00edt\u00e9sek meghat\u00e1rozott t\u00edpusaira.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "Minden egyes kuponr\u00f3l tov\u00e1bbi inform\u00e1ci\u00f3kat adhat a jelent\u00e9shez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket tartalmazz\u00e1k.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek nem tartalmaznak a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyek a megadott rendel\u00e9si st\u00e1tusszal rendelkeznek.",
                            "type": "array",
                            "default": null,
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si st\u00e1tusszal.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott term\u00e9k(ek) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendeltek hozz\u00e1 a megadott term\u00e9k(ek)et.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott vari\u00e1ci\u00f3(k) van(nak) hozz\u00e1rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendelt\u00fck hozz\u00e1 a megadott vari\u00e1ci\u00f3(ka)t.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez a megadott kupon(ok) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez nem rendeltek hozz\u00e1 a megadott kupon(ok)at.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez a megadott ad\u00f3kulcs(ok) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyekhez nem rendeltek hozz\u00e1 a megadott ad\u00f3kulcs(ok)at.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer": {
                            "description": "A customer_type \u00e1lneve (elavult).",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "customer_type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott \u00fcgyf\u00e9lt\u00edpussal rendelkez\u0151 megrendel\u00e9sekre",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a visszat\u00e9r\u00edt\u00e9sek meghat\u00e1rozott t\u00edpusaira.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket tartalmazz\u00e1k.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a megrendel\u00e9sekre, amelyek nem tartalmaznak a megadott attrib\u00fatumokkal rendelkez\u0151 term\u00e9keket.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "category_id",
                            "enum": [
                                "category_id",
                                "items_sold",
                                "net_revenue",
                                "orders_count",
                                "products_count",
                                "category"
                            ],
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra a t\u00e9telekre, amelyek a megadott rendel\u00e9si st\u00e1tusszal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si st\u00e1tusszal.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes olyan elemre, amelyhez a megadott kifejez\u00e9s a kateg\u00f3ri\u00e1k taxon\u00f3mi\u00e1j\u00e1ban hozz\u00e1rendelt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Adjon hozz\u00e1 tov\u00e1bbi inform\u00e1ci\u00f3kat az egyes kateg\u00f3ri\u00e1kr\u00f3l a jelent\u00e9shez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "tax_rate_id",
                            "enum": [
                                "name",
                                "tax_rate_id",
                                "tax_code",
                                "rate",
                                "order_tax",
                                "total_tax",
                                "shipping_tax",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az egy vagy t\u00f6bb ad\u00f3kulccsal rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "items_sold",
                                "total_sales",
                                "orders_count",
                                "products_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "taxes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes olyan elemre, amelyhez a megadott kifejez\u00e9s az ad\u00f3k taxon\u00f3mi\u00e1j\u00e1ban hozz\u00e1rendelt.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "coupon_id",
                            "enum": [
                                "coupon_id",
                                "code",
                                "amount",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott kuponazonos\u00edt\u00f3kkal rendelkez\u0151 kuponokra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Minden egyes kuponr\u00f3l tov\u00e1bbi inform\u00e1ci\u00f3kat adhat a jelent\u00e9shez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "amount",
                                "coupons_count",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "coupons": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott kuponazonos\u00edt\u00f3kkal rendelkez\u0151 kuponokra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Szegment\u00e1lja a v\u00e1laszt tov\u00e1bbi korl\u00e1toz\u00e1sok szerint.",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a k\u00e9szletjelent\u00e9st\u00edpushoz rendelt t\u00e9telekre.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "lowstock",
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: term\u00e9kek, megrendel\u00e9sek, felhaszn\u00e1l\u00f3n\u00e9v, ip_c\u00edm.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott term\u00e9k(ek) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendeltek hozz\u00e1 a megadott term\u00e9k(ek)et.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek a megadott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3kkal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek nem rendelkeznek a megadott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a megadott ip-c\u00edmmel rendelkez\u0151 objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek nem rendelkeznek megadott ip-c\u00edmmel.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "A visszak\u00fcld\u00f6tt adatokban a v\u00f6dr\u00f6kh\u00f6z haszn\u00e1land\u00f3 id\u0151intervallum.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez a megadott term\u00e9k(ek) van(nak) rendelve.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyekhez nem rendeltek hozz\u00e1 a megadott term\u00e9k(ek)et.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa azokra az elemekre, amelyek nem rendelkeznek a megadott rendel\u00e9si azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek rendelkeznek a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek nem rendelkeznek a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a megadott ip-c\u00edmmel rendelkez\u0151 objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek nem rendelkeznek megadott ip-c\u00edmmel.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "A keres\u00e9si kifejez\u00e9st tartalmaz\u00f3 \u00fcgyf\u00e9lmez\u0151vel rendelkez\u0151 objektumokra korl\u00e1tozza a v\u00e1laszt. A `searchby` \u00e1ltal megadott mez\u0151ben keres.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott nev\u0171 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3n\u00e9vvel rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az objektumokra, bele\u00e9rtve az e-maileket is.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa az e-maileket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott orsz\u00e1gokkal rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott orsz\u00e1gokat kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a rendel\u00e9ssz\u00e1ma nagyobb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek rendel\u00e9ssz\u00e1ma kisebb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a sorrendsz\u00e1m\u00e1t k\u00e9t megadott eg\u00e9sz sz\u00e1m k\u00f6z\u00e9 esik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si k\u00f6lts\u00e9ge k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy az adott id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "users": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3kkal rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Sz\u0171rje ki azokat az eredm\u00e9nyeket, ahol az \u00e1tadott mez\u0151k b\u00e1rmelyike \u00fcres.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) regisztr\u00e1lt objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Megadja, hogy az \u00f6sszes felt\u00e9telnek igaznak kell-e lennie a kapott halmazra, vagy b\u00e1rmelyik felt\u00e9tel elegend\u0151. Az egyez\u00e9s a k\u00f6vetkez\u0151 param\u00e9tereket \u00e9rinti: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "A keres\u00e9si kifejez\u00e9st tartalmaz\u00f3 \u00fcgyf\u00e9lmez\u0151vel rendelkez\u0151 objektumokra korl\u00e1tozza a v\u00e1laszt. A `searchby` \u00e1ltal megadott mez\u0151ben keres.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott nev\u0171 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a meghat\u00e1rozott neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3n\u00e9vvel rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott felhaszn\u00e1l\u00f3neveket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az objektumokra, bele\u00e9rtve az e-maileket is.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa az e-maileket kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott orsz\u00e1gokkal rendelkez\u0151 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott orsz\u00e1gokat kiz\u00e1r\u00f3 objektumokra.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy id\u0151pontban) utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt a k\u00e9t megadott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont k\u00f6z\u00f6tt utolj\u00e1ra akt\u00edv objektumokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a rendel\u00e9ssz\u00e1ma nagyobb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek rendel\u00e9ssz\u00e1ma kisebb vagy egyenl\u0151 a megadott eg\u00e9sz sz\u00e1mmal.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyeknek a sorrendsz\u00e1m\u00e1t k\u00e9t megadott eg\u00e9sz sz\u00e1m k\u00f6z\u00e9 esik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek teljes rendel\u00e9si kiad\u00e1sa k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa nagyobb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si kiad\u00e1sa kisebb vagy egyenl\u0151 a megadott sz\u00e1mmal.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek \u00e1tlagos rendel\u00e9si k\u00f6lts\u00e9ge k\u00e9t megadott sz\u00e1m k\u00f6z\u00f6tt van.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont el\u0151tt (vagy id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt azokra az objektumokra, amelyek utols\u00f3 rendel\u00e9se egy adott ISO8601 szabv\u00e1nynak megfelel\u0151 id\u0151pont ut\u00e1n (vagy az adott id\u0151pontban) t\u00f6rt\u00e9nt.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa a megadott \u00fcgyf\u00e9l azonos\u00edt\u00f3kkal rendelkez\u0151 t\u00e9telekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "A statisztika mez\u0151inek korl\u00e1toz\u00e1sa a megadott elemekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Friss adatok lek\u00e9rdez\u00e9s\u00e9nek kik\u00e9nyszer\u00edt\u00e9se a gyors\u00edt\u00f3t\u00e1rb\u00f3l val\u00f3 lek\u00e9rdez\u00e9s helyett.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott jelent\u00e9s statisztik\u00e1ira. Megengedett \u00e9rt\u00e9kek: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott jelent\u00e9s statisztik\u00e1ira. Megengedett \u00e9rt\u00e9kek: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc\/store": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store"
                    }
                ]
            }
        },
        "\/wc\/store\/batch": {
            "namespace": "wc\/store",
            "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:\/\/prague.org\/hu\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/add-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kos\u00e1relem term\u00e9k vagy vari\u00e1ci\u00f3 azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "A term\u00e9k mennyis\u00e9ge a kos\u00e1rba helyez\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "Kiv\u00e1lasztott attrib\u00fatumok (vari\u00e1ci\u00f3khoz).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Vari\u00e1ci\u00f3 attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Vari\u00e1ci\u00f3 attrib\u00fatum \u00e9rt\u00e9ke.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/apply-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi k\u00f3dja.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "A kupon kedvezm\u00e9nyt\u00edpusa (pl. sz\u00e1zal\u00e9kos vagy fix \u00f6sszeg\u0171)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/extensions": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "A kiterjeszt\u00e9s neve - ez a k\u00e9relemben szerepl\u0151 adatok megfelel\u0151 tov\u00e1bb\u00edt\u00e1s\u00e1nak biztos\u00edt\u00e1s\u00e1ra szolg\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "A kiterjeszt\u00e9snek \u00e1tadand\u00f3 tov\u00e1bbi adatok",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/remove-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/remove-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "A kos\u00e1relem egyedi azonos\u00edt\u00f3ja (kulcs).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/select-shipping-rate": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "A sz\u00e1ll\u00edtott csomag azonos\u00edt\u00f3ja. \u00dcresen hagyja, ha minden csomagra vonatkozik.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "A csomag v\u00e1lasztott tarifa azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "A friss\u00edtend\u0151 kos\u00e1relem egyedi azonos\u00edt\u00f3ja (kulcs).",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "A term\u00e9k \u00faj mennyis\u00e9ge a kos\u00e1rban.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-customer": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "A fizet\u00e9s feldolgoz\u00e1sa sor\u00e1n a fizet\u00e9si m\u00f3dhoz tov\u00e1bb\u00edtand\u00f3 adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a rendel\u00e9shez hozz\u00e1adott megjegyz\u00e9s a fizet\u00e9s sor\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "A fizet\u00e9s feldolgoz\u00e1s\u00e1hoz haszn\u00e1lt fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "enum": [
                                "bacs",
                                "cheque",
                                "cod",
                                "stripe",
                                "stripe_sepa",
                                "stripe_giropay",
                                "stripe_ideal",
                                "stripe_bancontact",
                                "stripe_eps",
                                "stripe_sofort",
                                "stripe_p24",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_alipay",
                                "stripe_multibanco"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i fi\u00f3k l\u00e9trehoz\u00e1sa a megrendel\u00e9s feldolgoz\u00e1s\u00e1nak r\u00e9szek\u00e9nt.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/attributes": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Az attrib\u00fatum egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/collection-data": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott slug(ok)-kal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Ha a v\u00e1lasz korl\u00e1toz\u00e1sa ut\u00e1n\/el\u0151tt haszn\u00e1lat\u00e1val t\u00f6rt\u00e9nik, melyik d\u00e1tumoszlopot kell \u00f6sszehasonl\u00edtani.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kkateg\u00f3ria felt\u00e9teleinek \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kc\u00edmk\u00e9k \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val megadott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a term\u00e9kek maxim\u00e1lis \u00e1ra alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a kiv\u00e1lasztott glob\u00e1lis attrib\u00fatumokkal rendelkez\u0151 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Attrib\u00fatum taxon\u00f3mia neve.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Az attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3inak list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Az attrib\u00fatum slug(ok) list\u00e1ja. Ha egy kifejez\u00e9s azonos\u00edt\u00f3ja van megadva, akkor ezt figyelmen k\u00edv\u00fcl hagyjuk.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Oper\u00e1tor a term\u00e9kattrib\u00fatumok \u00f6sszehasonl\u00edt\u00e1s\u00e1ra.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Az attrib\u00fatumok k\u00f6z\u00f6tti logikai kapcsolat, amikor egyszerre t\u00f6bb attrib\u00fatumra sz\u0171r\u00fcnk.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Meghat\u00e1rozza, hogy a rejtett vagy l\u00e1that\u00f3 katal\u00f3gusterm\u00e9kek megjelenjenek-e.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy bizonyos \u00e1tlagos \u00e9rt\u00e9kel\u00e9s\u0171 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a kollekci\u00f3 minim\u00e1lis \u00e9s maxim\u00e1lis term\u00e9k\u00e1r\u00e1t.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a k\u00e9szletsz\u00e1mokat a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kekhez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Ha k\u00e9rik, kisz\u00e1m\u00edtja a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kek attrib\u00fatum kifejez\u00e9seinek sz\u00e1m\u00e1t.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taxon\u00f3miai n\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Sz\u0171r\u00e9si felt\u00e9tel v\u00e9grehajt\u00e1sa, amely befoly\u00e1solhatja a sz\u00e1ml\u00e1l\u00e1st. Az \u00e9rv\u00e9nyes \u00e9rt\u00e9kek k\u00f6z\u00e9 tartozik az \"\u00e9s\" \u00e9s a \"vagy\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kek \u00e9rt\u00e9kel\u00e9s\u00e9nek sz\u00e1m\u00e1t.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/reviews": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott kateg\u00f3riaazonos\u00edt\u00f3kb\u00f3l sz\u00e1rmaz\u00f3 v\u00e9lem\u00e9nyekre.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott term\u00e9kazonos\u00edt\u00f3kb\u00f3l sz\u00e1rmaz\u00f3 v\u00e9lem\u00e9nyekre.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/tags": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott slug(ok)-kal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Ha a v\u00e1lasz korl\u00e1toz\u00e1sa ut\u00e1n\/el\u0151tt haszn\u00e1lat\u00e1val t\u00f6rt\u00e9nik, melyik d\u00e1tumoszlopot kell \u00f6sszehasonl\u00edtani.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kkateg\u00f3ria felt\u00e9teleinek \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kc\u00edmk\u00e9k \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val megadott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a term\u00e9kek maxim\u00e1lis \u00e1ra alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a kiv\u00e1lasztott glob\u00e1lis attrib\u00fatumokkal rendelkez\u0151 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Attrib\u00fatum taxon\u00f3mia neve.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Az attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3inak list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Az attrib\u00fatum slug(ok) list\u00e1ja. Ha egy kifejez\u00e9s azonos\u00edt\u00f3ja van megadva, akkor ezt figyelmen k\u00edv\u00fcl hagyjuk.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Oper\u00e1tor a term\u00e9kattrib\u00fatumok \u00f6sszehasonl\u00edt\u00e1s\u00e1ra.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Az attrib\u00fatumok k\u00f6z\u00f6tti logikai kapcsolat, amikor egyszerre t\u00f6bb attrib\u00fatumra sz\u0171r\u00fcnk.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Meghat\u00e1rozza, hogy a rejtett vagy l\u00e1that\u00f3 katal\u00f3gusterm\u00e9kek megjelenjenek-e.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy bizonyos \u00e1tlagos \u00e9rt\u00e9kel\u00e9s\u0171 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s csig\u00e1ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/batch": {
            "namespace": "wc\/store\/v1",
            "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:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/add-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kos\u00e1relem term\u00e9k vagy vari\u00e1ci\u00f3 azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "A term\u00e9k mennyis\u00e9ge a kos\u00e1rba helyez\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "Kiv\u00e1lasztott attrib\u00fatumok (vari\u00e1ci\u00f3khoz).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Vari\u00e1ci\u00f3 attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Vari\u00e1ci\u00f3 attrib\u00fatum \u00e9rt\u00e9ke.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/apply-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi k\u00f3dja.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "A kupon kedvezm\u00e9nyt\u00edpusa (pl. sz\u00e1zal\u00e9kos vagy fix \u00f6sszeg\u0171)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/extensions": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "A kiterjeszt\u00e9s neve - ez a k\u00e9relemben szerepl\u0151 adatok megfelel\u0151 tov\u00e1bb\u00edt\u00e1s\u00e1nak biztos\u00edt\u00e1s\u00e1ra szolg\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "A kiterjeszt\u00e9snek \u00e1tadand\u00f3 tov\u00e1bbi adatok",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Egyedi azonos\u00edt\u00f3ja a term\u00e9knek a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/remove-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "A kupon egyedi azonos\u00edt\u00f3ja a kos\u00e1rban.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/remove-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "A kos\u00e1relem egyedi azonos\u00edt\u00f3ja (kulcs).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/select-shipping-rate": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "A sz\u00e1ll\u00edtott csomag azonos\u00edt\u00f3ja. \u00dcresen hagyja, ha minden csomagra vonatkozik.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "A csomag v\u00e1lasztott tarifa azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "A friss\u00edtend\u0151 kos\u00e1relem egyedi azonos\u00edt\u00f3ja (kulcs).",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "A term\u00e9k \u00faj mennyis\u00e9ge a kos\u00e1rban.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-customer": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "A fizet\u00e9s feldolgoz\u00e1sa sor\u00e1n a fizet\u00e9si m\u00f3dhoz tov\u00e1bb\u00edtand\u00f3 adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a rendel\u00e9shez hozz\u00e1adott megjegyz\u00e9s a fizet\u00e9s sor\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-mail",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "C\u00e9g",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "C\u00edm:",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Apartman, lakoszt\u00e1ly stb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "V\u00e1ros",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u00c1llam\/megye k\u00f3dja vagy az \u00e1llam, megye, tartom\u00e1ny vagy k\u00f6rzet neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Orsz\u00e1g\/r\u00e9gi\u00f3 k\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "A fizet\u00e9s feldolgoz\u00e1s\u00e1hoz haszn\u00e1lt fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "enum": [
                                "bacs",
                                "cheque",
                                "cod",
                                "stripe",
                                "stripe_sepa",
                                "stripe_giropay",
                                "stripe_ideal",
                                "stripe_bancontact",
                                "stripe_eps",
                                "stripe_sofort",
                                "stripe_p24",
                                "stripe_boleto",
                                "stripe_oxxo",
                                "stripe_alipay",
                                "stripe_multibanco"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i fi\u00f3k l\u00e9trehoz\u00e1sa a megrendel\u00e9s feldolgoz\u00e1s\u00e1nak r\u00e9szek\u00e9nt.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/attributes": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Az attrib\u00fatum egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/categories": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/collection-data": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott slug(ok)-kal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Ha a v\u00e1lasz korl\u00e1toz\u00e1sa ut\u00e1n\/el\u0151tt haszn\u00e1lat\u00e1val t\u00f6rt\u00e9nik, melyik d\u00e1tumoszlopot kell \u00f6sszehasonl\u00edtani.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kkateg\u00f3ria felt\u00e9teleinek \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kc\u00edmk\u00e9k \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val megadott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a term\u00e9kek maxim\u00e1lis \u00e1ra alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a kiv\u00e1lasztott glob\u00e1lis attrib\u00fatumokkal rendelkez\u0151 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Attrib\u00fatum taxon\u00f3mia neve.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Az attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3inak list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Az attrib\u00fatum slug(ok) list\u00e1ja. Ha egy kifejez\u00e9s azonos\u00edt\u00f3ja van megadva, akkor ezt figyelmen k\u00edv\u00fcl hagyjuk.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Oper\u00e1tor a term\u00e9kattrib\u00fatumok \u00f6sszehasonl\u00edt\u00e1s\u00e1ra.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Az attrib\u00fatumok k\u00f6z\u00f6tti logikai kapcsolat, amikor egyszerre t\u00f6bb attrib\u00fatumra sz\u0171r\u00fcnk.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Meghat\u00e1rozza, hogy a rejtett vagy l\u00e1that\u00f3 katal\u00f3gusterm\u00e9kek megjelenjenek-e.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy bizonyos \u00e1tlagos \u00e9rt\u00e9kel\u00e9s\u0171 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a kollekci\u00f3 minim\u00e1lis \u00e9s maxim\u00e1lis term\u00e9k\u00e1r\u00e1t.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a k\u00e9szletsz\u00e1mokat a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kekhez.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Ha k\u00e9rik, kisz\u00e1m\u00edtja a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kek attrib\u00fatum kifejez\u00e9seinek sz\u00e1m\u00e1t.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taxon\u00f3miai n\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Sz\u0171r\u00e9si felt\u00e9tel v\u00e9grehajt\u00e1sa, amely befoly\u00e1solhatja a sz\u00e1ml\u00e1l\u00e1st. Az \u00e9rv\u00e9nyes \u00e9rt\u00e9kek k\u00f6z\u00e9 tartozik az \"\u00e9s\" \u00e9s a \"vagy\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Ha igaz, kisz\u00e1m\u00edtja a gy\u0171jtem\u00e9nyben l\u00e9v\u0151 term\u00e9kek \u00e9rt\u00e9kel\u00e9s\u00e9nek sz\u00e1m\u00e1t.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/reviews": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott kateg\u00f3riaazonos\u00edt\u00f3kb\u00f3l sz\u00e1rmaz\u00f3 v\u00e9lem\u00e9nyekre.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott term\u00e9kazonos\u00edt\u00f3kb\u00f3l sz\u00e1rmaz\u00f3 v\u00e9lem\u00e9nyekre.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/tags": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Rendez\u00e9s kifejez\u00e9s tulajdons\u00e1ga szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Ha true, az \u00fcres felt\u00e9telek nem ker\u00fclnek visszaad\u00e1sra.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma. Alap\u00e9rtelmez\u00e9s szerint nincs korl\u00e1t, ha \u00fcresen hagyja.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott slug(ok)-kal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt l\u00e9trehozott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Ha a v\u00e1lasz korl\u00e1toz\u00e1sa ut\u00e1n\/el\u0151tt haszn\u00e1lat\u00e1val t\u00f6rt\u00e9nik, melyik d\u00e1tumoszlopot kell \u00f6sszehasonl\u00edtani.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kkateg\u00f3ria felt\u00e9teleinek \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Oper\u00e1tor a term\u00e9kc\u00edmk\u00e9k \u00f6sszehasonl\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val megadott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a term\u00e9kek maxim\u00e1lis \u00e1ra alapj\u00e1n, a valuta legkisebb egys\u00e9g\u00e9nek felhaszn\u00e1l\u00e1s\u00e1val.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a kiv\u00e1lasztott glob\u00e1lis attrib\u00fatumokkal rendelkez\u0151 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Attrib\u00fatum taxon\u00f3mia neve.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Az attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3inak list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Az attrib\u00fatum slug(ok) list\u00e1ja. Ha egy kifejez\u00e9s azonos\u00edt\u00f3ja van megadva, akkor ezt figyelmen k\u00edv\u00fcl hagyjuk.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Oper\u00e1tor a term\u00e9kattrib\u00fatumok \u00f6sszehasonl\u00edt\u00e1s\u00e1ra.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Az attrib\u00fatumok k\u00f6z\u00f6tti logikai kapcsolat, amikor egyszerre t\u00f6bb attrib\u00fatumra sz\u0171r\u00fcnk.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Meghat\u00e1rozza, hogy a rejtett vagy l\u00e1that\u00f3 katal\u00f3gusterm\u00e9kek megjelenjenek-e.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy bizonyos \u00e1tlagos \u00e9rt\u00e9kel\u00e9s\u0171 term\u00e9kekre.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/store\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s csig\u00e1ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A k\u00e9r\u00e9s hat\u00f3k\u00f6re; meghat\u00e1rozza a v\u00e1laszban szerepl\u0151 mez\u0151ket.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-rocket\/v1": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-rocket\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-rocket\/v1"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/enable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        },
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/disable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/cpcss\/post\/(?P<id>[\\d]+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp-rocket\/v1\/support": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-rocket\/v1\/support"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/dynamic_lists\/update": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-rocket\/v1\/dynamic_lists\/update"
                    }
                ]
            }
        },
        "\/csco\/v1": {
            "namespace": "csco\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "csco\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/csco\/v1"
                    }
                ]
            }
        },
        "\/csco\/v1\/more-posts": {
            "namespace": "csco\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/csco\/v1\/more-posts"
                    }
                ]
            }
        },
        "\/csco\/v1\/more-nextpost": {
            "namespace": "csco\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/csco\/v1\/more-nextpost"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Settings to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Data to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeout": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeout"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "Text content to search for.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/regenerate-thumbnails\/v1": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "regenerate-thumbnails\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/regenerate-thumbnails\/v1"
                    }
                ]
            }
        },
        "\/regenerate-thumbnails\/v1\/regenerate\/(?P<id>[\\d]+)": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "only_regenerate_missing_thumbnails": {
                            "description": "Whether to only regenerate missing thumbnails. It's faster with this enabled.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "delete_unregistered_thumbnail_files": {
                            "description": "Whether to delete any old, now unregistered thumbnail files.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "update_usages_in_posts": {
                            "description": "Whether to update the image tags in any posts that make use of this attachment.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "update_usages_in_posts_post_type": {
                            "description": "The types of posts to update. Defaults to all public post types.",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "update_usages_in_posts_post_ids": {
                            "description": "Specific post IDs to update rather than any posts that use this attachment.",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "update_usages_in_posts_posts_per_loop": {
                            "description": "Posts to process per loop. This is to control memory usage and you likely don't need to adjust this.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/regenerate-thumbnails\/v1\/attachmentinfo\/(?P<id>[\\d]+)": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/regenerate-thumbnails\/v1\/featuredimages": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/regenerate-thumbnails\/v1\/featuredimages"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "A WP Query argumentumok haszn\u00e1lat\u00e1val m\u00f3dos\u00edthatja a v\u00e1laszt; a priv\u00e1t lek\u00e9rdez\u00e9si var-ok megfelel\u0151 jogosults\u00e1got ig\u00e9nyelnek.",
                            "required": false
                        },
                        "code": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott k\u00f3ddal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC D\u00e1tumid\u0151, amikor a kupon lej\u00e1r.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC D\u00e1tumid\u0151, amikor a kupon lej\u00e1r.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/coupons\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "UTC D\u00e1tumid\u0151, amikor a kupon lej\u00e1r.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott e-mail c\u00edmmel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott szerepk\u00f6rrel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "person",
                                "manage_schema_options",
                                "wp-travel-engine-customer",
                                "translator",
                                "customer",
                                "shop_manager"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u00daj felhaszn\u00e1l\u00f3i e-mail c\u00edm.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i n\u00e9v.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/customers"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID a hozz\u00e1sz\u00f3l\u00e1sok \u00e1tcsoportos\u00edt\u00e1s\u00e1hoz.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Megrendel\u00e9si jegyzet tartalma.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Megjelen\u00edti\/meghat\u00e1rozza, hogy a megjegyz\u00e9s csak referenci\u00e1nak vagy az \u00fcgyf\u00e9lnek sz\u00f3l-e (a felhaszn\u00e1l\u00f3 \u00e9rtes\u00edt\u00e9st kap).",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "A WP Query argumentumok haszn\u00e1lat\u00e1val m\u00f3dos\u00edthatja a v\u00e1laszt; a priv\u00e1t lek\u00e9rdez\u00e9si var-ok megfelel\u0151 jogosults\u00e1got ig\u00e9nyelnek.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa megb\u00edz\u00e1sokra.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott \u00fcgyf\u00e9lhez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Visszat\u00e9r\u00edt\u00e9s \u00f6sszege.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "A visszat\u00e9r\u00edt\u00e9s oka.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "A WP Query argumentumok haszn\u00e1lat\u00e1val m\u00f3dos\u00edthatja a v\u00e1laszt; a priv\u00e1t lek\u00e9rdez\u00e9si var-ok megfelel\u0151 jogosults\u00e1got ig\u00e9nyelnek.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa megb\u00edz\u00e1sokra.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott \u00fcgyf\u00e9lhez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "A t\u00e9tel metaadatai.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta c\u00edmke.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/orders"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "A t\u00e9tel metaadatai.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta c\u00edmke.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "A t\u00e9tel metaadatai.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta c\u00edmke.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/categories\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Fel\u00fclvizsg\u00e1lat tartalma.",
                            "required": true
                        },
                        "date_created": {
                            "description": "Az \u00e9rt\u00e9kel\u00e9s l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Az \u00e9rt\u00e9kel\u00e9s l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/tags\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "A WP Query argumentumok haszn\u00e1lat\u00e1val m\u00f3dos\u00edthatja a v\u00e1laszt; a priv\u00e1t lek\u00e9rdez\u00e9si var-ok megfelel\u0151 jogosults\u00e1got ig\u00e9nyelnek.",
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3j\u00e1hoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatummal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3j\u00e1val rendelkez\u0151 term\u00e9kekre (sz\u00fcks\u00e9ges egy hozz\u00e1rendelt attrib\u00fatum).",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott SKU-val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "Let\u00f6lt\u00e9si t\u00edpus, ez vez\u00e9rli a s\u00e9m\u00e1t a front-enden.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az upsell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "A v\u00e1ltozatok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Vari\u00e1ci\u00f3 ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "A vari\u00e1ci\u00f3 l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A vari\u00e1ci\u00f3 utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Vari\u00e1ci\u00f3 URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Egyedi azonos\u00edt\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Jelenlegi \u00e1rv\u00e1ltozat.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 elad\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 megv\u00e1s\u00e1rolhat\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Ha az elt\u00e9r\u00e9s l\u00e1that\u00f3.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "F\u00e1jl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "F\u00e1jln\u00e9v.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "F\u00e1jl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Ad\u00f3jogi st\u00e1tusz.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Ad\u00f3oszt\u00e1ly.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "K\u00e9szletmennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Megmutatja, hogy enged\u00e9lyezett-e a visszarendel\u00e9s.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Megmutatja, ha a vari\u00e1ci\u00f3 visszarendel\u00e9s alatt \u00e1ll.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "A k\u00e9p neve.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Alternat\u00edv sz\u00f6veg.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attrib\u00fatumok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attrib\u00fatum neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Let\u00f6lt\u00e9si t\u00edpus, ez vez\u00e9rli a s\u00e9m\u00e1t a front-enden.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az upsell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "A v\u00e1ltozatok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Vari\u00e1ci\u00f3 ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "A vari\u00e1ci\u00f3 l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A vari\u00e1ci\u00f3 utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Vari\u00e1ci\u00f3 URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Egyedi azonos\u00edt\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Jelenlegi \u00e1rv\u00e1ltozat.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 elad\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 megv\u00e1s\u00e1rolhat\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Ha az elt\u00e9r\u00e9s l\u00e1that\u00f3.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "F\u00e1jl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "F\u00e1jln\u00e9v.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "F\u00e1jl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Ad\u00f3jogi st\u00e1tusz.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Ad\u00f3oszt\u00e1ly.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "K\u00e9szletmennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Megmutatja, hogy enged\u00e9lyezett-e a visszarendel\u00e9s.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Megmutatja, ha a vari\u00e1ci\u00f3 visszarendel\u00e9s alatt \u00e1ll.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "A k\u00e9p neve.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Alternat\u00edv sz\u00f6veg.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attrib\u00fatumok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attrib\u00fatum neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Let\u00f6lt\u00e9si t\u00edpus, ez vez\u00e9rli a s\u00e9m\u00e1t a front-enden.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az upsell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "A v\u00e1ltozatok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Vari\u00e1ci\u00f3 ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "A vari\u00e1ci\u00f3 l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A vari\u00e1ci\u00f3 utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Vari\u00e1ci\u00f3 URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Egyedi azonos\u00edt\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Jelenlegi \u00e1rv\u00e1ltozat.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Az elad\u00e1si \u00e1r kezd\u0151 id\u0151pontja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Az elad\u00e1si \u00e1r v\u00e9gs\u0151 d\u00e1tuma.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 elad\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Megmutatja, hogy a vari\u00e1ci\u00f3 megv\u00e1s\u00e1rolhat\u00f3-e.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Ha az elt\u00e9r\u00e9s l\u00e1that\u00f3.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "F\u00e1jl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "F\u00e1jln\u00e9v.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "F\u00e1jl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Ad\u00f3jogi st\u00e1tusz.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Ad\u00f3oszt\u00e1ly.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "K\u00e9szletmennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Megmutatja, hogy enged\u00e9lyezett-e a visszarendel\u00e9s.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Megmutatja, ha a vari\u00e1ci\u00f3 visszarendel\u00e9s alatt \u00e1ll.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "A k\u00e9p neve.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Alternat\u00edv sz\u00f6veg.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Attrib\u00fatumok list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attrib\u00fatum neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Ad\u00f3oszt\u00e1ly neve.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly szerinti rendez\u00e9s.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa webhorgokra.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook t\u00e9ma.",
                            "required": true
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook k\u00e9zbes\u00edt\u00e9si URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v1\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "A webhook egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "A webhook egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott k\u00f3ddal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v2\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott e-mail c\u00edmmel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott szerepk\u00f6rrel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "person",
                                "manage_schema_options",
                                "wp-travel-engine-customer",
                                "translator",
                                "customer",
                                "shop_manager"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u00daj felhaszn\u00e1l\u00f3i e-mail c\u00edm.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i n\u00e9v.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/customers"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID a hozz\u00e1sz\u00f3l\u00e1sok \u00e1tcsoportos\u00edt\u00e1s\u00e1hoz.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Korl\u00e1tozza az eredm\u00e9nyt az \u00fcgyfelekre vagy bels\u0151 jegyzetekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Megrendel\u00e9si jegyzet tartalma.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Ha igaz, a megjegyz\u00e9s megjelenik az \u00fcgyfelek sz\u00e1m\u00e1ra, \u00e9s \u00e9rtes\u00edt\u00e9st kapnak. Ha hamis, a megjegyz\u00e9s csak az adminisztr\u00e1torok sz\u00e1m\u00e1ra lesz el\u00e9rhet\u0151.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Csak olyan meta adatok megjelen\u00edt\u00e9se, amelyeket egy megrendel\u00e9shez kell megjelen\u00edteni.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Visszat\u00e9r\u00edt\u00e9s \u00f6sszege.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "A visszat\u00e9r\u00edt\u00e9s oka.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "A visszat\u00e9r\u00edt\u00e9st l\u00e9trehoz\u00f3 felhaszn\u00e1l\u00f3 felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Ha igaz, akkor a fizet\u00e9si \u00e1tj\u00e1r\u00f3 API-t haszn\u00e1lja a visszat\u00e9r\u00edt\u00e9s l\u00e9trehoz\u00e1s\u00e1hoz.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa megb\u00edz\u00e1sokra.",
                            "type": "string",
                            "enum": [
                                "any",
                                "trash",
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott \u00fcgyf\u00e9lhez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Csak olyan meta adatok megjelen\u00edt\u00e9se, amelyeket egy megrendel\u00e9shez kell megjelen\u00edteni.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/orders"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/categories\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Fel\u00fclvizsg\u00e1lat tartalma.",
                            "required": true
                        },
                        "date_created": {
                            "description": "Az \u00e9rt\u00e9kel\u00e9s l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A fel\u00fclvizsg\u00e1lat l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-k\u00e9nt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Az \u00e9rt\u00e9kel\u00e9s l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A fel\u00fclvizsg\u00e1lat l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-k\u00e9nt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Az \u00e9rt\u00e9kel\u00e9s l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A fel\u00fclvizsg\u00e1lat l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-k\u00e9nt.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/tags\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3j\u00e1hoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatummal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1lja a taxon\u00f3mia nev\u00e9t\/attrib\u00fatum slugj\u00e1t.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3j\u00e1val rendelkez\u0151 term\u00e9kekre (sz\u00fcks\u00e9ges egy hozz\u00e1rendelt attrib\u00fatum).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a k\u00e9szleten l\u00e9v\u0151 vagy a k\u00e9szleten nem l\u00e9v\u0151 term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Csoportos\u00edtott term\u00e9kek list\u00e1ja ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Csoportos\u00edtott term\u00e9kek list\u00e1ja ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a term\u00e9k \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Csoportos\u00edtott term\u00e9kek list\u00e1ja ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3j\u00e1hoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatummal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1lja a taxon\u00f3mia nev\u00e9t\/attrib\u00fatum slugj\u00e1t.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3j\u00e1val rendelkez\u0151 term\u00e9kekre (sz\u00fcks\u00e9ges egy hozz\u00e1rendelt attrib\u00fatum).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a k\u00e9szleten l\u00e9v\u0151 vagy a k\u00e9szleten nem l\u00e9v\u0151 term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "Meghat\u00e1rozza, hogy a vari\u00e1ci\u00f3 l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1n.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Meghat\u00e1rozza, hogy a vari\u00e1ci\u00f3 l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1n.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Meghat\u00e1rozza, hogy a vari\u00e1ci\u00f3 l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1n.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Azt szab\u00e1lyozza, hogy a vari\u00e1ci\u00f3 \"rakt\u00e1ron\" vagy \"nincs rakt\u00e1ron\" szerepeljen-e a frontendben.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "K\u00e9p poz\u00edci\u00f3ja. A 0 azt jelenti, hogy a k\u00e9p kiemelt.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/reports\/sales": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/settings"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na neve.",
                            "required": true
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na sorrend.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na neve.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na sorrend.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na hely\u00e9nek k\u00f3dja.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na hely\u00e9nek t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d enged\u00e9lyezve st\u00e1tusz.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d enged\u00e9lyezve st\u00e1tusz.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Ad\u00f3oszt\u00e1ly neve.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly szerinti rendez\u00e9s.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Ir\u00e1ny\u00edt\u00f3sz\u00e1m \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1ros neve.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa webhorgokra.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook t\u00e9ma.",
                            "required": true
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook k\u00e9zbes\u00edt\u00e9si URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "A webhook egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "A webhook egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az eszk\u00f6z egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Eszk\u00f6z neve.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Mit fog tenni az eszk\u00f6z futtat\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Eszk\u00f6z le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Sikeresen lefutott az eszk\u00f6z?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Szersz\u00e1m visszat\u00e9r\u0151 \u00fczenet.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping_methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v2\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v2\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 c\u00edm a p\u00e9nzt\u00e1rn\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 le\u00edr\u00e1sa a p\u00e9nzt\u00e1rn\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 rendez\u00e9si sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 enged\u00e9lyezett \u00e1llapota.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott k\u00f3ddal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v3\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kuponk\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "A kedvezm\u00e9ny \u00f6sszege. Mindig numerikusnak kell lennie, m\u00e9g akkor is, ha sz\u00e1zal\u00e9kos \u00e9rt\u00e9ket \u00e1ll\u00edt be.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A kupon \u00e1llapota. Mindig tervezetnek, k\u00f6zz\u00e9tettnek vagy fel\u00fclvizsg\u00e1latra v\u00e1r\u00f3nak kell lennie.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Meghat\u00e1rozza az alkalmazand\u00f3 kedvezm\u00e9ny t\u00edpus\u00e1t.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "A kupon lej\u00e1rat\u00e1nak d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Ha igaz, a kupon csak egyenk\u00e9nt haszn\u00e1lhat\u00f3 fel. A t\u00f6bbi alkalmazott kupon elt\u00e1vol\u00edt\u00e1sra ker\u00fcl a kos\u00e1rb\u00f3l.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "A kupon felhaszn\u00e1lhat\u00f3 term\u00e9kazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Azon term\u00e9kazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem haszn\u00e1lhat\u00f3 fel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon \u00f6sszesen.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "H\u00e1nyszor haszn\u00e1lhat\u00f3 fel a kupon v\u00e1s\u00e1rl\u00f3nk\u00e9nt.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "A kos\u00e1rban l\u00e9v\u0151 t\u00e9telek maxim\u00e1lis sz\u00e1ma, amelyekre a kupon alkalmazhat\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Ha igaz, \u00e9s ha az ingyenes sz\u00e1ll\u00edt\u00e1si m\u00f3dhoz kupon sz\u00fcks\u00e9ges, ez a kupon lehet\u0151v\u00e9 teszi az ingyenes sz\u00e1ll\u00edt\u00e1st.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "A kupon \u00e1ltal \u00e9rintett kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Azon kateg\u00f3riaazonos\u00edt\u00f3k list\u00e1ja, amelyekre a kupon nem vonatkozik.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Ha igaz, akkor ez a kupon nem lesz alkalmazhat\u00f3 azokra a term\u00e9kekre, amelyeknek akci\u00f3s \u00e1ra van.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minim\u00e1lis rendel\u00e9si \u00f6sszeg, amelynek a kos\u00e1rban kell lennie a kupon alkalmaz\u00e1sa el\u0151tt.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "A kupon haszn\u00e1lata eset\u00e9n megengedett maxim\u00e1lis rendel\u00e9si \u00f6sszeg.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Azon e-mail c\u00edmek list\u00e1ja, amelyek felhaszn\u00e1lhatj\u00e1k ezt a kupont.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott e-mail c\u00edmmel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott szerepk\u00f6rrel rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "person",
                                "manage_schema_options",
                                "wp-travel-engine-customer",
                                "translator",
                                "customer",
                                "shop_manager"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u00daj felhaszn\u00e1l\u00f3i e-mail c\u00edm.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i n\u00e9v.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00daj felhaszn\u00e1l\u00f3i jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/customers"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID a hozz\u00e1sz\u00f3l\u00e1sok \u00e1tcsoportos\u00edt\u00e1s\u00e1hoz.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "Az \u00fcgyf\u00e9l e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u00dcgyf\u00e9l keresztneve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u00dcgyf\u00e9l vezet\u00e9kneve.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u00dcgyf\u00e9l bejelentkez\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u00dcgyf\u00e9l jelsz\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "A sz\u00e1ml\u00e1z\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "A sz\u00e1ll\u00edt\u00e1si c\u00edmadatok list\u00e1ja.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Az orsz\u00e1g ISO-k\u00f3dja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Korl\u00e1tozza az eredm\u00e9nyt az \u00fcgyfelekre vagy bels\u0151 jegyzetekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Megrendel\u00e9si jegyzet tartalma.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Ha igaz, a megjegyz\u00e9s megjelenik az \u00fcgyfelek sz\u00e1m\u00e1ra, \u00e9s \u00e9rtes\u00edt\u00e9st kapnak. Ha hamis, a megjegyz\u00e9s csak az adminisztr\u00e1torok sz\u00e1m\u00e1ra lesz el\u00e9rhet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "Ha igaz, akkor ez a megjegyz\u00e9s az aktu\u00e1lis felhaszn\u00e1l\u00f3hoz lesz rendelve. Ha hamis, akkor a jegyzet a rendszerhez lesz rendelve.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Csak olyan meta adatok megjelen\u00edt\u00e9se, amelyeket egy megrendel\u00e9shez kell megjelen\u00edteni.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Visszat\u00e9r\u00edt\u00e9s \u00f6sszege.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "A visszat\u00e9r\u00edt\u00e9s oka.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "A visszat\u00e9r\u00edt\u00e9st l\u00e9trehoz\u00f3 felhaszn\u00e1l\u00f3 felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Ha igaz, akkor a fizet\u00e9si \u00e1tj\u00e1r\u00f3 API-t haszn\u00e1lja a visszat\u00e9r\u00edt\u00e9s l\u00e9trehoz\u00e1s\u00e1hoz.",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "Ha igaz, a visszat\u00e9r\u00edtett t\u00e9telek \u00fajra felt\u00f6lt\u00e9sre ker\u00fclnek.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "A rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa megb\u00edz\u00e1sokra.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott \u00fcgyf\u00e9lhez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt megrendel\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Az egyes er\u0151forr\u00e1sokban haszn\u00e1land\u00f3 tizedesjegyek sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Csak olyan meta adatok megjelen\u00edt\u00e9se, amelyeket egy megrendel\u00e9shez kell megjelen\u00edteni.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/orders"
                    }
                ]
            }
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Sz\u00fcl\u0151i rendel\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Rendel\u00e9si st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "A megb\u00edz\u00e1s p\u00e9nzneme ISO form\u00e1tumban.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3ja, aki a megrendel\u00e9s tulajdonosa. 0 a vend\u00e9gek eset\u00e9ben.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "A v\u00e1s\u00e1rl\u00f3 \u00e1ltal a fizet\u00e9s sor\u00e1n hagyott megjegyz\u00e9s.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Sz\u00e1ml\u00e1z\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-mail c\u00edm.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefonsz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si c\u00edm.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Keresztn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Vezet\u00e9kn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "C\u00e9gn\u00e9v.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "C\u00edmsor 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "C\u00edmsor 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "V\u00e1ros neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Az \u00e1llam, tartom\u00e1ny vagy k\u00f6rzet ISO-k\u00f3dja vagy neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Orsz\u00e1gk\u00f3d ISO 3166-1 alpha-2 form\u00e1tumban.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Fizet\u00e9si m\u00f3d azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Fizet\u00e9si m\u00f3d c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Egyedi tranzakci\u00f3azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "T\u00e9teladatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "A term\u00e9k neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Sz\u00fcl\u0151 term\u00e9k neve, ha a term\u00e9k egy vari\u00e1ci\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Term\u00e9k azonos\u00edt\u00f3: A term\u00e9k azonos\u00edt\u00f3ja.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "V\u00e1ltozat azonos\u00edt\u00f3ja, ha van ilyen.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Rendelt mennyis\u00e9g.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A term\u00e9k ad\u00f3z\u00e1si oszt\u00e1lya.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Sor r\u00e9sz\u00f6sszeg (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg sor (kedvezm\u00e9nyek el\u0151tt).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta kulcs a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Meta \u00e9rt\u00e9k a felhaszn\u00e1l\u00f3i fel\u00fclet megjelen\u00edt\u00e9s\u00e9hez.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Term\u00e9k SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Term\u00e9k \u00e1ra.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "A f\u0151 term\u00e9kk\u00e9p tulajdons\u00e1gai.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "K\u00e9p URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Haj\u00f3z\u00e1si vonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "Sz\u00e1ll\u00edt\u00e1si p\u00e9ld\u00e1ny azonos\u00edt\u00f3ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "D\u00edjvonalak adatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "D\u00edj neve.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "A d\u00edj ad\u00f3kateg\u00f3ri\u00e1ja.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "A d\u00edj ad\u00f3jogi st\u00e1tusza.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "A sor v\u00e9g\u00f6sszege (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Ad\u00f3 \u00f6sszesen sor (kedvezm\u00e9nyek ut\u00e1n).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Vonali ad\u00f3k.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Ad\u00f3kulcs ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Ad\u00f3 \u00f6sszesen.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Ad\u00f3 r\u00e9sz\u00f6sszeg.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kuponok vonaladatai.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "T\u00e9tel ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kuponk\u00f3d.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Kedvezm\u00e9ny \u00f6sszesen.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Kedvezm\u00e9ny teljes ad\u00f3.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta adatok.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta kulcs.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta \u00e9rt\u00e9k.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Hat\u00e1rozza meg, hogy a megrendel\u00e9s kifizet\u00e9sre ker\u00fclt-e. A st\u00e1tuszt feldolgoz\u00e1sra \u00e1ll\u00edtja, \u00e9s cs\u00f6kkenti a k\u00e9szletelemeket.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "A felt\u00e9telek attrib\u00fatum\u00e1nak egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Attrib\u00fatum neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Az attrib\u00fatum t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Alap\u00e9rtelmezett rendez\u00e9si sorrend.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Attrib\u00fatum-arch\u00edvumok enged\u00e9lyez\u00e9se\/letilt\u00e1sa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/categories\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateg\u00f3ria neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Az er\u0151forr\u00e1s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateg\u00f3ria arch\u00edvum megjelen\u00edt\u00e9si t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "K\u00e9pi adatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "A men\u00fc sorrendje, az er\u0151forr\u00e1s egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszad\u00e1st az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett fel\u00fclvizsg\u00e1latokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rja az egyes felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9seket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott szerz\u0151i e-mailre.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott term\u00e9kazonos\u00edt\u00f3khoz rendelt \u00e9rt\u00e9kel\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa fel\u00fclvizsg\u00e1latokra.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Fel\u00fclvizsg\u00e1lat tartalma.",
                            "required": true
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Annak a term\u00e9knek az egyedi azonos\u00edt\u00f3ja, amelyhez a fel\u00fclvizsg\u00e1lat tartozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/reviews\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Annak a term\u00e9knek az egyedi azonos\u00edt\u00f3ja, amelyhez a fel\u00fclvizsg\u00e1lat tartozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A fel\u00fclvizsg\u00e1lat \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "A b\u00edr\u00e1l\u00f3 neve.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "A b\u00edr\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "A fel\u00fclvizsg\u00e1lat tartalma.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u00c9rt\u00e9kel\u00e9s (0-t\u00f3l 5-ig).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se er\u0151forr\u00e1s-attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "A term\u00e9kekhez nem rendelt er\u0151forr\u00e1sok elrejt\u00e9se.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sz\u00fcl\u0151h\u00f6z rendelt er\u0151forr\u00e1sokra. Csak hierarchikus taxon\u00f3mi\u00e1kra vonatkozik.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott term\u00e9khez rendelt er\u0151forr\u00e1sokra.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Az er\u0151forr\u00e1s neve.",
                            "required": true
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/tags\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "C\u00edmke neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s t\u00edpus\u00e1hoz tartoz\u00f3 alfanumerikus azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Az er\u0151forr\u00e1s HTML le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott t\u00edpushoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a kiemelt term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott kateg\u00f3riaazonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott c\u00edmk\u00e9z\u00e9si azonos\u00edt\u00f3val rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly azonos\u00edt\u00f3j\u00e1hoz rendelt term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatummal rendelkez\u0151 term\u00e9kekre. Haszn\u00e1lja a taxon\u00f3mia nev\u00e9t\/attrib\u00fatum slugj\u00e1t.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott attrib\u00fatum kifejez\u00e9s azonos\u00edt\u00f3j\u00e1val rendelkez\u0151 term\u00e9kekre (sz\u00fcks\u00e9ges egy hozz\u00e1rendelt attrib\u00fatum).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa azokra, amelyeknek a SKU-ja r\u00e9szben megegyezik egy karakterl\u00e1nccal.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A term\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "A term\u00e9k l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Term\u00e9kt\u00edpus.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A term\u00e9k \u00e1llapota (postai st\u00e1tusz).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Kiemelt term\u00e9k.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Katal\u00f3gus l\u00e1that\u00f3s\u00e1g.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Term\u00e9kle\u00edr\u00e1s: A term\u00e9k le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "A term\u00e9k r\u00f6vid le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Term\u00e9k norm\u00e1l \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "A term\u00e9k elad\u00e1si \u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a term\u00e9k virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a term\u00e9k let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Term\u00e9k k\u00fcls\u0151 URL c\u00edme. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Term\u00e9k k\u00fcls\u0151 gomb sz\u00f6vege. Csak k\u00fcls\u0151 term\u00e9kek eset\u00e9n.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s term\u00e9kszinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szletmennyis\u00e9g a term\u00e9khez.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Enged\u00e9lyezze, hogy egyetlen megrendel\u00e9sben egy term\u00e9ket lehessen v\u00e1s\u00e1rolni.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "A term\u00e9k s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "A term\u00e9k m\u00e9retei.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "A term\u00e9k hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Term\u00e9k sz\u00e9less\u00e9ge (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Term\u00e9k magass\u00e1ga (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Enged\u00e9lyezze a v\u00e9lem\u00e9nyeket.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Az up-sell term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Kereszt\u00e9rt\u00e9kes\u00edt\u00e9ses term\u00e9kek azonos\u00edt\u00f3inak list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Term\u00e9k sz\u00fcl\u0151i azonos\u00edt\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "V\u00e1laszthat\u00f3 megjegyz\u00e9s, amelyet a v\u00e1s\u00e1rl\u00f3nak k\u00fcldhet a v\u00e1s\u00e1rl\u00e1s ut\u00e1n.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateg\u00f3ri\u00e1k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateg\u00f3ria ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateg\u00f3ria neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateg\u00f3ria slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00edmk\u00e9k list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "C\u00edmke ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "C\u00edmke neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "C\u00edmke csiga.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "A k\u00e9pek list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "K\u00e9p URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "A k\u00e9p neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Alternat\u00edv sz\u00f6veg.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attrib\u00fatum poz\u00edci\u00f3ja.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum l\u00e1that\u00f3-e a term\u00e9k oldal\u00e1nak \"Tov\u00e1bbi inform\u00e1ci\u00f3k\" f\u00fcl\u00e9n.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Meghat\u00e1rozza, hogy az attrib\u00fatum haszn\u00e1lhat\u00f3-e vari\u00e1ci\u00f3k\u00e9nt.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Az attrib\u00fatum el\u00e9rhet\u0151 terminusneveinek list\u00e1ja.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Alap\u00e9rtelmezett vari\u00e1ci\u00f3s attrib\u00fatumok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a karakterl\u00e1ncnak megfelel\u0151 tal\u00e1latokra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott er\u0151forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Figyelembe kell-e venni a GMT post d\u00e1tum\u00e1t, amikor a v\u00e1laszokat a k\u00f6zz\u00e9tett vagy m\u00f3dos\u00edtott d\u00e1tum alapj\u00e1n korl\u00e1tozza.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott sz\u00fcl\u0151i azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az \u00f6sszes elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151i azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa egy adott sluggal rendelkez\u0151 term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az adott SKU(k)-val rendelkez\u0151 term\u00e9kekre. Haszn\u00e1ljon vessz\u0151t az elv\u00e1laszt\u00e1shoz.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa egy adott ad\u00f3oszt\u00e1lyba tartoz\u00f3 term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa az akci\u00f3s term\u00e9kekre.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a minim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a maxim\u00e1lis \u00e1r alapj\u00e1n meghat\u00e1rozott term\u00e9kekre.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "A meta_adatok korl\u00e1toz\u00e1sa meghat\u00e1rozott kulcsokra.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Biztos\u00edtani kell, hogy a meta_data kiz\u00e1rjon bizonyos kulcsokat.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a megadott k\u00e9szlet\u00e1llapot\u00fa term\u00e9kekre.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A vari\u00e1ci\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "A v\u00e1ltoz\u00f3 term\u00e9k egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Vari\u00e1ci\u00f3 le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Egyedi azonos\u00edt\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "V\u00e1ltozatos norm\u00e1l \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "V\u00e1ltoz\u00e1s elad\u00e1si \u00e1r.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Az elad\u00e1si \u00e1r kezd\u0151 d\u00e1tuma, mint GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Az elad\u00e1si \u00e1r v\u00e9gd\u00e1tuma, az oldal id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Vari\u00e1ci\u00f3s st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 virtu\u00e1lis.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Ha a vari\u00e1ci\u00f3 let\u00f6lthet\u0151.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Let\u00f6lthet\u0151 f\u00e1jlok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "F\u00e1jl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "F\u00e1jln\u00e9v.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "F\u00e1jl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma a v\u00e1s\u00e1rl\u00e1s ut\u00e1n let\u00f6lthet\u0151 f\u00e1jlok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "A let\u00f6lthet\u0151 f\u00e1jlokhoz val\u00f3 hozz\u00e1f\u00e9r\u00e9s lej\u00e1rat\u00e1ig h\u00e1tral\u00e9v\u0151 napok sz\u00e1ma.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Ad\u00f3jogi st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "K\u00e9szletgazd\u00e1lkod\u00e1s vari\u00e1ci\u00f3s szinten.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "K\u00e9szletmennyis\u00e9g.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Ellen\u0151rzi a term\u00e9k rakt\u00e1rk\u00e9szlet\u00e9nek \u00e1llapot\u00e1t.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "K\u00e9szletkezel\u00e9s eset\u00e9n ez szab\u00e1lyozza, hogy a visszarendel\u00e9sek enged\u00e9lyezettek-e.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Alacsony k\u00e9szlet\u00f6sszeg a vari\u00e1ci\u00f3hoz.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "V\u00e1ltoz\u00e1s s\u00falya (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Vari\u00e1ci\u00f3s m\u00e9retek.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "V\u00e1ltoz\u00e1s hossza (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "V\u00e1ltoz\u00e1si sz\u00e9less\u00e9g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "V\u00e1ltoz\u00e1si magass\u00e1g (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si oszt\u00e1ly slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Vari\u00e1ci\u00f3s k\u00e9padatok.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "K\u00e9pazonos\u00edt\u00f3: Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "A k\u00e9p l\u00e9trehoz\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "A k\u00e9p utols\u00f3 m\u00f3dos\u00edt\u00e1s\u00e1nak d\u00e1tuma, GMT-ben.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "K\u00e9p URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "A k\u00e9p neve.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Alternat\u00edv sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Attrib\u00fatumok list\u00e1ja.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attrib\u00fatum azonos\u00edt\u00f3.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attrib\u00fatum neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "A kiv\u00e1lasztott attrib\u00fatum kifejez\u00e9s neve.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Men\u00fc sorrend, a term\u00e9kek egy\u00e9ni rendez\u00e9s\u00e9hez.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta adatok.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta kulcs.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta \u00e9rt\u00e9k.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Jelent\u00e9si id\u0151szak.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Egy adott kezd\u0151napra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Egy adott v\u00e9gd\u00e1tumra vonatkoz\u00f3 elad\u00e1sok visszaad\u00e1sa, a d\u00e1tumnak YYYY-MM-DD form\u00e1tum\u00fanak kell lennie.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/settings\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Be\u00e1ll\u00edt\u00e1sok csoport azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na neve.",
                            "required": true
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na sorrend.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na neve.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na sorrend.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na hely\u00e9nek k\u00f3dja.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si z\u00f3na hely\u00e9nek t\u00edpusa.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d enged\u00e9lyezve st\u00e1tusz.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3dszer sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d enged\u00e9lyezve st\u00e1tusz.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Sz\u00e1ll\u00edt\u00e1si m\u00f3d be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "A z\u00f3na egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "A p\u00e9ld\u00e1ny egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "A szemetes megker\u00fcl\u00e9se \u00e9s a t\u00f6rl\u00e9s kik\u00e9nyszer\u00edt\u00e9se.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Ad\u00f3oszt\u00e1ly neve.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Az eredm\u00e9nyhalmazban visszaadand\u00f3 elemek maxim\u00e1lis sz\u00e1ma.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly szerinti rendez\u00e9s.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Orsz\u00e1g ISO 3166 k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u00c1llami k\u00f3d.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Postai ir\u00e1ny\u00edt\u00f3sz\u00e1m\/ZIP, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'postcodes' \u00e9rt\u00e9ket kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "V\u00e1rosn\u00e9v, nem t\u00e1mogatja a t\u00f6bb \u00e9rt\u00e9ket. A WooCommerce 5.3-t\u00f3l elavult, helyette a 'cities' sz\u00f3t kell haszn\u00e1lni.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Ad\u00f3kulcs.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ad\u00f3kulcs neve.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Ad\u00f3\u00fcgyi priorit\u00e1s.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "F\u00fcggetlen\u00fcl att\u00f3l, hogy ez egy \u00f6sszetett ar\u00e1ny vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Hogy ez az ad\u00f3kulcs a sz\u00e1ll\u00edt\u00e1sra is vonatkozik-e vagy sem.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Megadja a lek\u00e9rdez\u00e9sekben megjelen\u0151 sorrendet.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Ad\u00f3oszt\u00e1ly.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Az ir\u00e1ny\u00edt\u00f3sz\u00e1mok \/ ir\u00e1ny\u00edt\u00f3sz\u00e1mok list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "V\u00e1rosnevek list\u00e1ja. Bevezetve a WooCommerce 5.3-ban.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt az adott ISO8601 szabv\u00e1nynak megfelel\u0151 d\u00e1tum el\u0151tt k\u00f6zz\u00e9tett forr\u00e1sokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtani kell, hogy az eredm\u00e9nyhalmaz kiz\u00e1rjon bizonyos azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa meghat\u00e1rozott azonos\u00edt\u00f3kra.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet eltol\u00e1sa egy adott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendez\u00e9s rendez\u00e9si attrib\u00fatum n\u00f6vekv\u0151 vagy cs\u00f6kken\u0151.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum attrib\u00fatum szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a meghat\u00e1rozott st\u00e1tusz\u00fa webhorgokra.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook t\u00e9ma.",
                            "required": true
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook k\u00e9zbes\u00edt\u00e9si URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Igaznak kell lennie, mivel az er\u0151forr\u00e1s nem t\u00e1mogatja a szem\u00e9tbe dob\u00e1st.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egy bar\u00e1ts\u00e1gos n\u00e9v a webhook sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook st\u00e1tusz.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook t\u00e9ma.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Titkos kulcs, amelyet a k\u00e9zbes\u00edtett webhook hash-j\u00e1nak l\u00e9trehoz\u00e1s\u00e1hoz haszn\u00e1lnak, \u00e9s amelyet a k\u00e9r\u00e9s fejl\u00e9c\u00e9ben adnak meg. Ez alap\u00e9rtelmez\u00e9s szerint az aktu\u00e1lis felhaszn\u00e1l\u00f3 azonos\u00edt\u00f3j\u00e1nak|felhaszn\u00e1l\u00f3nev\u00e9nek MD5-\u00f6s hash-ja lesz, ha nincs megadva.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az eszk\u00f6z egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Eszk\u00f6z neve.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Mit fog tenni az eszk\u00f6z futtat\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Eszk\u00f6z le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Sikeresen lefutott az eszk\u00f6z?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Szersz\u00e1m visszat\u00e9r\u0151 \u00fczenet.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping_methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v3\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Az er\u0151forr\u00e1s egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 c\u00edm a p\u00e9nzt\u00e1rn\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 le\u00edr\u00e1sa a p\u00e9nzt\u00e1rn\u00e1l.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 rendez\u00e9si sorrend.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 enged\u00e9lyezett \u00e1llapota.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Fizet\u00e9si \u00e1tj\u00e1r\u00f3 be\u00e1ll\u00edt\u00e1sai.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s egyedi azonos\u00edt\u00f3ja.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 c\u00edmke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Az interf\u00e9szekben haszn\u00e1lt be\u00e1ll\u00edt\u00e1s ember \u00e1ltal olvashat\u00f3 le\u00edr\u00e1sa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s t\u00edpusa.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Be\u00e1ll\u00edt\u00e1si \u00e9rt\u00e9k.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "A be\u00e1ll\u00edt\u00e1s alap\u00e9rtelmezett \u00e9rt\u00e9ke.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "A felhaszn\u00e1l\u00f3nak a be\u00e1ll\u00edt\u00e1ssal kapcsolatban megjelen\u0151 kieg\u00e9sz\u00edt\u0151 s\u00fag\u00f3sz\u00f6veg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Hely\u0151rz\u0151 sz\u00f6veg, amely a sz\u00f6vegbevitelekben jelenik meg.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/data\/continents"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continent": {
                            "description": "2 karakteres kontinent\u00e1lis k\u00f3d.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/data\/countries"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alpha-2 orsz\u00e1gk\u00f3d.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc\/v3\/data\/currencies\/current"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/(?P<currency>[\\w-]{3})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO4217 valutak\u00f3d.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-telemetry": {
            "namespace": "wc-telemetry",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-telemetry",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "Nyomon k\u00f6vetend\u0151 platform.",
                            "type": "string",
                            "required": true
                        },
                        "version": {
                            "description": "Nyomon k\u00f6vetend\u0151 platformverzi\u00f3.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wc-telemetry\/tracker"
                    }
                ]
            }
        },
        "\/wccom-site\/v1": {
            "namespace": "wccom-site\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wccom-site\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wccom-site\/v1"
                    }
                ]
            }
        },
        "\/wccom-site\/v1\/installer": {
            "namespace": "wccom-site\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "products": {
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wccom-site\/v1\/installer"
                    }
                ]
            }
        },
        "\/wccom-site\/v1\/ssr": {
            "namespace": "wccom-site\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wccom-site\/v1\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v2": {
            "namespace": "wccom-site\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wccom-site\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wccom-site\/v2"
                    }
                ]
            }
        },
        "\/wccom-site\/v2\/installer": {
            "namespace": "wccom-site\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "run-until-step": {
                            "type": "string",
                            "enum": [
                                "get_product_info",
                                "download_product",
                                "unpack_product",
                                "move_product",
                                "activate_product"
                            ],
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wccom-site\/v2\/installer"
                    }
                ]
            }
        },
        "\/csco\/v1\/menu-posts": {
            "namespace": "csco\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/csco\/v1\/menu-posts"
                    }
                ]
            }
        },
        "\/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:\/\/prague.org\/hu\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a t\u00f6bb taxon\u00f3mi\u00e1s kapcsolatokban",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a categories kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "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": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik categories taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a tags kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "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": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik tags taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "table_tags": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a table_tags kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "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
                        },
                        "table_tags_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik table_tags taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Hat\u00e1rozzuk meg a maxim\u00e1lisan megjelen\u00edtett kiemelt elemek sz\u00e1m\u00e1t.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "A bejegyz\u00e9s form\u00e1tuma.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "A bejegyz\u00e9st kiemeltk\u00e9nt legyen-e kezelve.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a post_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "table_tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a table_tags oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "A bejegyz\u00e9s form\u00e1tuma.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "A bejegyz\u00e9st kiemeltk\u00e9nt legyen-e kezelve.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a post_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "table_tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a table_tags oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "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": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "A bejegyz\u00e9s form\u00e1tuma.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "A bejegyz\u00e9st kiemeltk\u00e9nt legyen-e kezelve.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a post_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "table_tags": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a table_tags oszt\u00e1lyoz\u00e1sban.",
                            "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": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt meghat\u00e1rozott menu_order \u00e9rt\u00e9kkel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet meghat\u00e1rozott sz\u00fcl\u0151kkel rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt minden elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151 azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151-bejegyz\u00e9s azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151-bejegyz\u00e9s azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "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": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "A sz\u00fcl\u0151-bejegyz\u00e9s azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "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": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet meghat\u00e1rozott sz\u00fcl\u0151kkel rendelkez\u0151 elemekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt minden elemre, kiv\u00e9ve egy adott sz\u00fcl\u0151 azonos\u00edt\u00f3hoz tartoz\u00f3 elemeket.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt adott m\u00e9diat\u00edpus\u00fa mell\u00e9kletekre.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt egy adott MIME-t\u00edpus\u00fa mell\u00e9kletekre.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternat\u00edv sz\u00f6veg mutat\u00e1sa, amikor a csatolm\u00e1ny nem l\u00e1tszik.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "A csatolm\u00e1ny felirata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A csatolm\u00e1ny felirata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A csatolm\u00e1ny HTML felirata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "A csatolm\u00e1ny le\u00edr\u00e1sa.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A csatolm\u00e1ny le\u00edr\u00e1sa, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A csatolm\u00e1ny HTML le\u00edr\u00e1sa, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "A mell\u00e9klethez kapcsol\u00f3d\u00f3 bejegyz\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternat\u00edv sz\u00f6veg mutat\u00e1sa, amikor a csatolm\u00e1ny nem l\u00e1tszik.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "A csatolm\u00e1ny felirata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A csatolm\u00e1ny felirata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A csatolm\u00e1ny HTML felirata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "A csatolm\u00e1ny le\u00edr\u00e1sa.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A csatolm\u00e1ny le\u00edr\u00e1sa, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A csatolm\u00e1ny HTML le\u00edr\u00e1sa, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "A mell\u00e9klethez kapcsol\u00f3d\u00f3 bejegyz\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Egyedi azonos\u00edt\u00f3 a csatolm\u00e1nyhoz.",
                            "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": "A szerkesztett k\u00e9t f\u00e1jl URL c\u00edme.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "K\u00e9pszerkeszt\u00e9sek t\u00f6mbje.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "K\u00e9p szerkeszt\u00e9s.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Forgat\u00e1s",
                                        "properties": {
                                            "type": {
                                                "description": "Kiv\u00e1g\u00e1s t\u00edpusa.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Forgat\u00e1s param\u00e9terei.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Jobbra forgat\u00e1s sz\u00f6ge (fok).",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "K\u00f6rbev\u00e1g\u00e1s",
                                        "properties": {
                                            "type": {
                                                "description": "Kiv\u00e1g\u00e1s t\u00edpusa.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Kiv\u00e1g\u00e1s param\u00e9terei.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizont\u00e1lis pozici\u00f3 balra a kiv\u00e1g\u00e1st\u00f3l a k\u00e9psz\u00e9less\u00e9g sz\u00e1zal\u00e9k\u00e1ban.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Vertik\u00e1lis poz\u00edci\u00f3 a kiv\u00e1g\u00e1s tetej\u00e9t\u0151l a k\u00e9pmagass\u00e1g sz\u00e1zal\u00e9k\u00e1ban.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "A kiv\u00e1g\u00e1s sz\u00e9less\u00e9ge a k\u00e9psz\u00e9less\u00e9g sz\u00e1zal\u00e9k\u00e1ban.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "A kiv\u00e1g\u00e1s magass\u00e1ga a k\u00e9pmagass\u00e1g sz\u00e1zal\u00e9k\u00e1ban. ",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "K\u00e9pforgat\u00e1s jobbra (fok).  ELAVULT: haszn\u00e1lja ink\u00e1bb a 'm\u00f3dos\u00edt\u00e1sokat',",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "A kiv\u00e1g\u00e1s kezdet\u00e9nek pozici\u00f3ja a k\u00e9p sz\u00e1zal\u00e9k\u00e1ban. ELAVULT: Haszn\u00e1lja ink\u00e1bb a 'm\u00f3dos\u00edt\u00e1sokat'.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "A kiv\u00e1g\u00e1s y pozici\u00f3j\u00e1nak kezdete a k\u00e9p sz\u00e1zal\u00e9k\u00e1ban. ELAVULT: Haszn\u00e1lja ink\u00e1bb a 'm\u00f3dosit\u00e1sokat'!",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": " A kiv\u00e1g\u00e1s sz\u00e9less\u00e9ge a k\u00e9p sz\u00e1zal\u00e9k\u00e1ban. ELAVULT: Haszn\u00e1lja ink\u00e1bb a 'm\u00f3dos\u00edt\u00e1sokat'!",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "A kiv\u00e1g\u00e1s magass\u00e1ga a k\u00e9p sz\u00e1zal\u00e9k\u00e1ban. ELAVULT: Haszn\u00e1lja ink\u00e1bb a 'm\u00f3dos\u00edt\u00e1sokat'!",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a t\u00f6bb taxon\u00f3mi\u00e1s kapcsolatokban",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a menus kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "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": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik menus taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt meghat\u00e1rozott menu_order \u00e9rt\u00e9kkel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Az objektum c\u00edme.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Az objektum c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Az objektum HTML c\u00edme, \u00e1talak\u00edtva a megjelen\u00edt\u00e9shez.",
                                    "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": "Az objektum megnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Sz\u00f6veg az ehhez a men\u00fcponthoz tartoz\u00f3 hivatkoz\u00e1s-elem c\u00edm attrib\u00fatum\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Oszt\u00e1lynevek ennek a men\u00fcpontnak a hivatkoz\u00e1si elem\u00e9hez.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ennek a men\u00fcpontnak a le\u00edr\u00e1sa.",
                            "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": "Az URL, amelyre ez a men\u00fcpont mutat.",
                            "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": "Az objektumhoz rendelt kifejez\u00e9sek a nav_menu taxon\u00f3mi\u00e1ban.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Az objektum c\u00edme.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Az objektum c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Az objektum HTML c\u00edme, \u00e1talak\u00edtva a megjelen\u00edt\u00e9shez.",
                                    "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": "Az objektum megnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Sz\u00f6veg az ehhez a men\u00fcponthoz tartoz\u00f3 hivatkoz\u00e1s-elem c\u00edm attrib\u00fatum\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Oszt\u00e1lynevek ennek a men\u00fcpontnak a hivatkoz\u00e1si elem\u00e9hez.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ennek a men\u00fcpontnak a le\u00edr\u00e1sa.",
                            "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": "Az URL, amelyre ez a men\u00fcpont mutat.",
                            "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": "Az objektumhoz rendelt kifejez\u00e9sek a nav_menu taxon\u00f3mi\u00e1ban.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Az objektum c\u00edme.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Az objektum c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Az objektum HTML c\u00edme, \u00e1talak\u00edtva a megjelen\u00edt\u00e9shez.",
                                    "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": "Az objektum megnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Sz\u00f6veg az ehhez a men\u00fcponthoz tartoz\u00f3 hivatkoz\u00e1s-elem c\u00edm attrib\u00fatum\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Oszt\u00e1lynevek ennek a men\u00fcpontnak a hivatkoz\u00e1si elem\u00e9hez.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ennek a men\u00fcpontnak a le\u00edr\u00e1sa.",
                            "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": "Az URL, amelyre ez a men\u00fcpont mutat.",
                            "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": "Az objektumhoz rendelt kifejez\u00e9sek a nav_menu taxon\u00f3mi\u00e1ban.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "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": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Csak a megadott bejegyz\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Korl\u00e1tozzuk a megadott sablonr\u00e9sz ter\u00fclet\u00e9re.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "A bejegyz\u00e9s t\u00edpusa, amihez a sablonr\u00e9szeket lek\u00e9rj\u00fck.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Csak a megadott bejegyz\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Korl\u00e1tozzuk a megadott sablonr\u00e9sz ter\u00fclet\u00e9re.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "A bejegyz\u00e9s t\u00edpusa, amihez a sablonr\u00e9szeket lek\u00e9rj\u00fck.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "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": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Egyedi keres\u0151bar\u00e1t kifezez\u00e9s a sablonminta azonos\u00edt\u00e1s\u00e1hoz.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Sablon azonos\u00edt\u00f3 a sablonmint\u00e1hoz.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Sablonr\u00e9sz t\u00edpusa.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Mintasablon tartalma.",
                            "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": "Mintasablon c\u00edme.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "C\u00edm a sablonhoz, ahogy az az adatb\u00e1zisban van.",
                                    "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": "Mintasablon le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Mintasablon \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "A sablonr\u00e9sz szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "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>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se objektum tulajdons\u00e1g szerint.",
                            "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": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "A v\u00e1ltozat egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak kell lennie, mert a v\u00e1ltozatokat nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "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": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wptb-tables": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "_wptb_content_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "_wptb_prebuilt_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/wptb-tables"
                    }
                ]
            }
        },
        "\/wp\/v2\/wptb-tables\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "_wptb_content_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "_wptb_prebuilt_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wptb-tables\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "_wptb_content_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "_wptb_prebuilt_": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "description": "",
                                        "default": ""
                                    }
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wptb-tables\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "popularity",
                                "rating"
                            ],
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a t\u00f6bb taxon\u00f3mi\u00e1s kapcsolatokban",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_cat": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a product_cat kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "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
                        },
                        "product_cat_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik product_cat taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a product_tag kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "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
                        },
                        "product_tag_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik product_tag taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_cat oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/product"
                    }
                ]
            }
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_cat oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "A bejegyz\u00e9sen hozz\u00e1sz\u00f3l\u00e1sok enged\u00e9lyezettek legyenek-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "A bejegyz\u00e9s pingelhet\u0151 legyen-e.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_cat oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a product_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/adp-popup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/adp-popup"
                    }
                ]
            }
        },
        "\/wp\/v2\/adp-popup\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/adp-popup\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/adp-popup\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas_layout": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/canvas_layout"
                    }
                ]
            }
        },
        "\/wp\/v2\/canvas_layout\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas_layout\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas_layout\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-projects": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt meghat\u00e1rozott menu_order \u00e9rt\u00e9kkel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a t\u00f6bb taxon\u00f3mi\u00e1s kapcsolatokban",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "sight-categories": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a sight-categories kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "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
                        },
                        "sight-categories_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik sight-categories taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "sight_post_video_url": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "sight_post_video_bg_start_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "sight_post_video_bg_end_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "sight-categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a sight-categories oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/sight-projects"
                    }
                ]
            }
        },
        "\/wp\/v2\/sight-projects\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "sight_post_video_url": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "sight_post_video_bg_start_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "sight_post_video_bg_end_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "sight-categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a sight-categories oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-projects\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "A bejegyz\u00e9s kivonata.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s kivonata, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML kivonata, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a kivonat jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "A bejegyz\u00e9s kiemelt m\u00e9dia azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "A bejegyz\u00e9s sorrendje m\u00e1s bejegyz\u00e9sekhez viszony\u00edtva.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "sight_post_video_url": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "sight_post_video_bg_start_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "sight_post_video_bg_end_time": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "sight-categories": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a sight-categories oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-projects\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ctrl_block_patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet bizonyos szerz\u0151kh\u00f6z rendelt bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos szerz\u0151kt\u0151l sz\u00e1rmaz\u00f3 bejegyz\u00e9sek.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Az eredm\u00e9nyk\u00e9szlet korl\u00e1toz\u00e1sa a t\u00f6bb taxon\u00f3mi\u00e1s kapcsolatokban",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "block_pattern_category": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a block_pattern_category kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "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
                        },
                        "block_pattern_category_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik block_pattern_category taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "A gyermekkifejez\u00e9sek bet\u00f6lt\u00e9se az eredm\u00e9nynhalmazt sz\u0171r\u0151 kifejez\u00e9sekbe.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "block_pattern_tag": {
                            "description": "Az eredm\u00e9nyhalmaz korl\u00e1toz\u00e1sa a block_pattern_tag kateg\u00f3ri\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9sekkel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "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
                        },
                        "block_pattern_tag_exclude": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt az \u00f6sszes olyan elemre, amely rendelkezik block_pattern_tag taxon\u00f3mi\u00e1hoz t\u00e1rs\u00edtott kifejez\u00e9ssel.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Kifejez\u00e9s ID Lista",
                                    "description": "Kifejez\u00e9sek egyez\u00e9se a list\u00e1ban felsorolt ID-kkel.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Kateg\u00f3ria azonos\u00edt\u00f3 lek\u00e9rdez\u00e9s - ID ",
                                    "description": "Lek\u00e9rdez\u00e9s egy \u00f6sszetett kifejez\u00e9ssel. ",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Kifejez\u00e9s ID-k.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "block_pattern_category": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "block_pattern_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/ctrl_block_patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/ctrl_block_patterns\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "block_pattern_category": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "block_pattern_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ctrl_block_patterns\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "A bejegyz\u00e9s szerz\u0151j\u00e9nek azonos\u00edt\u00f3ja (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        },
                        "block_pattern_category": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_category oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "block_pattern_tag": {
                            "description": "A bejegyz\u00e9shez rendelt kifejez\u00e9sek a block_pattern_tag oszt\u00e1lyoz\u00e1sban.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ctrl_block_patterns\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Hozz\u00e1sz\u00f3l\u00e1sok korl\u00e1toz\u00e1sa a megadott ISO8601 form\u00e1tum\u00fa d\u00e1tum ut\u00e1n k\u00f6zz\u00e9tett bejegyz\u00e9sek eset\u00e9n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum ut\u00e1n m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Korl\u00e1tozza a v\u00e1laszt egy adott ISO8601 form\u00e1tum\u00fa d\u00e1tumot megel\u0151z\u0151en k\u00f6zz\u00e9tett bejegyz\u00e9sekre.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "A v\u00e1lasz korl\u00e1toz\u00e1sa a megadott ISO8601 d\u00e1tum el\u0151tt m\u00f3dos\u00edtott posztokra.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "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": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkez\u0151 bejegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Korl\u00e1tozza az eredm\u00e9ny k\u00e9szletet az egy vagy t\u00f6bb \u00e1llapothoz rendelt bejegyz\u00e9sekhez.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "nab_ready",
                                    "nab_scheduled",
                                    "nab_running",
                                    "nab_paused",
                                    "nab_paused_draft",
                                    "nab_finished",
                                    "nab_hidden",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A bejegyz\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/popupbuilder\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "A bejegyz\u00e9s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Az bejegyz\u00e9s publik\u00e1l\u00e1s\u00e1nak id\u0151pontja GMT szerinti.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "A bejegyz\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A bejegyz\u00e9s elnevezett \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "nab_ready",
                                "nab_scheduled",
                                "nab_running",
                                "nab_paused",
                                "nab_paused_draft",
                                "nab_finished",
                                "nab_hidden",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Egy jelsz\u00f3 a tartalom \u00e9s a kivonat v\u00e9delm\u00e9hez.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "A bejegyz\u00e9s c\u00edme.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s c\u00edme, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "A bejegyz\u00e9s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A bejegyz\u00e9s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A bejegyz\u00e9s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "A bejegyz\u00e9s \u00e1ltal haszn\u00e1lt tartalom blokk verzi\u00f3ja.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Amennyiben a tartalom jelsz\u00f3val v\u00e9dett.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "A bejegyz\u00e9s megjelen\u00edt\u00e9s\u00e9hez haszn\u00e1lt sablon f\u00e1jl.",
                            "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": "Az automatikus ment\u00e9s sz\u00fcl\u0151j\u00e9nek azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Az ID  az automatikus ment\u00e9shez.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "A bejegyz\u00e9s t\u00edpus bet\u0171kb\u0151l \u00e9s sz\u00e1mokb\u00f3l \u00e1ll\u00f3 azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Az \u00e1llapot bet\u0171kb\u0151l \u00e9s sz\u00e1mokb\u00f3l \u00e1ll\u00f3 azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt egy meghat\u00e1rozott bejegyz\u00e9s t\u00edpushoz t\u00e1rs\u00edtott oszt\u00e1lyoz\u00e1shoz.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Az oszt\u00e1lyoz\u00e1s bet\u0171kb\u0151l \u00e9s sz\u00e1mokb\u00f3l \u00e1ll\u00f3 azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az adott sz\u00fcl\u0151h\u00f6z rendelt felt\u00e9telekhez.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "A men\u00fch\u00f6z rendelt helyek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "A legfels\u0151 szint\u0171 oldalak automatikus hozz\u00e1ad\u00e1sa ehhez a men\u00fch\u00f6z.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "A men\u00fch\u00f6z rendelt helyek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "A legfels\u0151 szint\u0171 oldalak automatikus hozz\u00e1ad\u00e1sa ehhez a men\u00fch\u00f6z.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az adott sz\u00fcl\u0151h\u00f6z rendelt felt\u00e9telekhez.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/product_cat"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_cat\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/product_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az adott sz\u00fcl\u0151h\u00f6z rendelt felt\u00e9telekhez.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/sight-categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/sight-categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/table_tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/table_tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/table_tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az adott sz\u00fcl\u0151h\u00f6z rendelt felt\u00e9telekhez.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/block_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/block_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 kifejez\u00e9s azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block_pattern_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u00d6ssze\u00e1ll\u00edt\u00e1s rendez\u00e9se kifejez\u00e9s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Rejts\u00fcnk-e el olyan kifejez\u00e9seket, amelyek nincsenek bejegyz\u00e9sekhez rendelve.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Eredm\u00e9nyek korl\u00e1toz\u00e1sa az adott kifejez\u00e9sekhez t\u00e1rs\u00edtott bejegyz\u00e9sekre.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyk\u00e9szletet olyan kifejez\u00e9sekre, amelyek egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel rendelkeznek.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/block_pattern_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/block_pattern_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML le\u00edr\u00e1s a kifejez\u00e9shez.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "A kifejez\u00e9s HTML-ben form\u00e1zott c\u00edme.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "A kifejez\u00e9s alfanumerikus azonos\u00edt\u00f3ja, amely a t\u00edpus\u00e1ra n\u00e9zve egyedi.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "A kifejez\u00e9s egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Igaznak (true) kell lennie, mert a kifejez\u00e9seket nem lehet lomt\u00e1rba helyezni.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se felhaszn\u00e1l\u00f3i attrib\u00fatum szerint.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyt felhaszn\u00e1l\u00f3kra egy vagy t\u00f6bb meghat\u00e1rozott keres\u0151bar\u00e1t n\u00e9vvel.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt a legal\u00e1bb egy meghat\u00e1rozott szerepk\u00f6rh\u00f6z tartoz\u00f3 felhaszn\u00e1l\u00f3kra. CSV list\u00e1t vagy egyetlen szerepet fogad el.",
                            "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": "Az eredm\u00e9nyek sz\u0171k\u00edt\u00e9se olyan felhaszn\u00e1l\u00f3kra akik szerz\u0151k.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Az eredm\u00e9ny korl\u00e1toz\u00e1sa azokra a felhaszn\u00e1l\u00f3kra, akiknek vannak k\u00f6zz\u00e9tett a bejegyz\u00e9seik.",
                            "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_navigation": "wp_navigation",
                                    "wptb-tables": "wptb-tables",
                                    "product": "product",
                                    "adp-popup": "adp-popup",
                                    "canvas_layout": "canvas_layout",
                                    "sight-projects": "sight-projects",
                                    "ctrl_block_patterns": "ctrl_block_patterns",
                                    "popupbuilder": "popupbuilder"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "Felhaszn\u00e1l\u00f3 bel\u00e9p\u00e9si neve.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Felhaszn\u00e1l\u00f3 nev\u00e9nek megjelen\u00edt\u00e9se.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "A felhaszn\u00e1l\u00f3 kereszt neve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "A felhaszn\u00e1l\u00f3 vezet\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Felhaszn\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "A felhaszn\u00e1l\u00f3 URL c\u00edme.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "A felhaszn\u00e1l\u00f3 bemutatkoz\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "A felhaszn\u00e1l\u00f3 nyelve.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "cs_CZ",
                                "da_DK",
                                "de_DE",
                                "el",
                                "es_ES",
                                "fi",
                                "fr_FR",
                                "he_IL",
                                "hu_HU",
                                "it_IT",
                                "nl_NL",
                                "pl_PL",
                                "pt_PT",
                                "ro_RO",
                                "sv_SE",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "A felhaszn\u00e1l\u00f3 beceneve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Egy alfanumerikus azonos\u00edt\u00f3 a felhaszn\u00e1l\u00f3 sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "A felhaszn\u00e1l\u00f3 szerepk\u00f6rei.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Jelsz\u00f3 a felhaszn\u00e1l\u00f3nak (sosem tartalmazza).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "A be\u00e1ll\u00edt\u00e1sok friss\u00edt\u00e9s\u00e9nek d\u00e1tuma \u00e9s id\u0151pontja.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "A felhaszn\u00e1l\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "A felhaszn\u00e1l\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Felhaszn\u00e1l\u00f3 bel\u00e9p\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Felhaszn\u00e1l\u00f3 nev\u00e9nek megjelen\u00edt\u00e9se.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "A felhaszn\u00e1l\u00f3 kereszt neve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "A felhaszn\u00e1l\u00f3 vezet\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Felhaszn\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "A felhaszn\u00e1l\u00f3 URL c\u00edme.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "A felhaszn\u00e1l\u00f3 bemutatkoz\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "A felhaszn\u00e1l\u00f3 nyelve.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "cs_CZ",
                                "da_DK",
                                "de_DE",
                                "el",
                                "es_ES",
                                "fi",
                                "fr_FR",
                                "he_IL",
                                "hu_HU",
                                "it_IT",
                                "nl_NL",
                                "pl_PL",
                                "pt_PT",
                                "ro_RO",
                                "sv_SE",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "A felhaszn\u00e1l\u00f3 beceneve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Egy alfanumerikus azonos\u00edt\u00f3 a felhaszn\u00e1l\u00f3 sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "A felhaszn\u00e1l\u00f3 szerepk\u00f6rei.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Jelsz\u00f3 a felhaszn\u00e1l\u00f3nak (sosem tartalmazza).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "A be\u00e1ll\u00edt\u00e1sok friss\u00edt\u00e9s\u00e9nek d\u00e1tuma \u00e9s id\u0151pontja.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "A felhaszn\u00e1l\u00f3 egyedi azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "True \u00e9rt\u00e9knek kell lennie, mert a felhaszn\u00e1l\u00f3kat nem lehet Lomt\u00e1rba helyezni.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Hozz\u00e1rendelj\u00fck a t\u00f6r\u00f6lt felhaszn\u00e1l\u00f3 hivatkoz\u00e1sait \u00e9s bejegyz\u00e9seit az al\u00e1bbi felhaszn\u00e1l\u00f3hoz.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Felhaszn\u00e1l\u00f3 bel\u00e9p\u00e9si neve.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Felhaszn\u00e1l\u00f3 nev\u00e9nek megjelen\u00edt\u00e9se.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "A felhaszn\u00e1l\u00f3 kereszt neve.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "A felhaszn\u00e1l\u00f3 vezet\u00e9k neve.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Felhaszn\u00e1l\u00f3 e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "A felhaszn\u00e1l\u00f3 URL c\u00edme.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "A felhaszn\u00e1l\u00f3 bemutatkoz\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "A felhaszn\u00e1l\u00f3 nyelve.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "cs_CZ",
                                "da_DK",
                                "de_DE",
                                "el",
                                "es_ES",
                                "fi",
                                "fr_FR",
                                "he_IL",
                                "hu_HU",
                                "it_IT",
                                "nl_NL",
                                "pl_PL",
                                "pt_PT",
                                "ro_RO",
                                "sv_SE",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "A felhaszn\u00e1l\u00f3 beceneve.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Egy alfanumerikus azonos\u00edt\u00f3 a felhaszn\u00e1l\u00f3 sz\u00e1m\u00e1ra.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "A felhaszn\u00e1l\u00f3 szerepk\u00f6rei.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Jelsz\u00f3 a felhaszn\u00e1l\u00f3nak (sosem tartalmazza).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "A be\u00e1ll\u00edt\u00e1sok friss\u00edt\u00e9s\u00e9nek d\u00e1tuma \u00e9s id\u0151pontja.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "True \u00e9rt\u00e9knek kell lennie, mert a felhaszn\u00e1l\u00f3kat nem lehet Lomt\u00e1rba helyezni.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Hozz\u00e1rendelj\u00fck a t\u00f6r\u00f6lt felhaszn\u00e1l\u00f3 hivatkoz\u00e1sait \u00e9s bejegyz\u00e9seit az al\u00e1bbi felhaszn\u00e1l\u00f3hoz.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Az alkalmaz\u00e1s \u00e1ltal megadott UUID, hogy egyedileg azonos\u00edtsuk. Az UUID v5 haszn\u00e1lata javasolt URL-el, vagy DNS n\u00e9vt\u00e9rrel. ",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Az alkalmaz\u00e1s jelsz\u00f3 neve.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Az alkalmaz\u00e1s \u00e1ltal megadott UUID, hogy egyedileg azonos\u00edtsuk. Az UUID v5 haszn\u00e1lata javasolt URL-el, vagy DNS n\u00e9vt\u00e9rrel. ",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Az alkalmaz\u00e1s jelsz\u00f3 neve.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "A k\u00f6zz\u00e9tett hozz\u00e1sz\u00f3l\u00e1sok v\u00e1laszainak korl\u00e1toz\u00e1sa, miut\u00e1n ISO8601-nak megfelel\u0151 d\u00e1tumot kapott.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az egyes felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3khoz rendelt megjegyz\u00e9sekre. Bejelentkez\u00e9st ig\u00e9nyel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Gy\u0151z\u0151dj\u00f6n meg arr\u00f3l, hogy az eredm\u00e9nyhalmaz nem tartalmazz konkr\u00e9t felhaszn\u00e1l\u00f3i azonos\u00edt\u00f3hoz rendelt megjegyz\u00e9seket. Bejelentkez\u00e9st ig\u00e9nyel.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt egy adott szerz\u0151i e-mail c\u00edmre. Bejelentkez\u00e9st ig\u00e9nyel.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "A k\u00f6zz\u00e9tett hozz\u00e1sz\u00f3l\u00e1sok v\u00e1laszainak korl\u00e1toz\u00e1sa, miel\u0151tt ISO8601-nak megfelel\u0151 d\u00e1tumot kapna.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a hozz\u00e1sz\u00f3l\u00e1s tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt konkr\u00e9t sz\u00fcl\u0151 azonos\u00edt\u00f3khoz tartoz\u00f3 megjegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Biztos\u00edtsuk, hogy az eredm\u00e9nyk\u00e9szletben nem szerepelnek bizonyos sz\u00fcl\u0151 azonos\u00edt\u00f3k.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt konkr\u00e9t bejegyz\u00e9s azonos\u00edt\u00f3khoz rendelt megjegyz\u00e9sekre.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Korl\u00e1tozzuk az eredm\u00e9nyhalmazt a megadott \u00e1llapothoz tartoz\u00f3 hozz\u00e1sz\u00f3l\u00e1sokra. Bejelentkez\u00e9st ig\u00e9nyel.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Korl\u00e1tozza az eredm\u00e9nyhalmazt az adott t\u00edpushoz rendelt megjegyz\u00e9sekre. Bejelentkez\u00e9st ig\u00e9nyel.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "A jelsz\u00f3 a bejegyz\u00e9shez, ha az jelsz\u00f3val v\u00e9dett.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "A felhaszn\u00e1l\u00f3i objektum azonos\u00edt\u00f3ja, ha a szerz\u0151 egy felhaszn\u00e1l\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek IP c\u00edme.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek megjelen\u00edtett neve.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek URL-je.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek User agent mez\u0151je.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A hozz\u00e1sz\u00f3l\u00e1s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A hozz\u00e1sz\u00f3l\u00e1s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s k\u00f6zz\u00e9t\u00e9tel\u00e9nek id\u0151pontja, GMT szerint.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "A sz\u00fcl\u0151 hozz\u00e1sz\u00f3l\u00e1s azonos\u00edt\u00f3ja ID.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "A bejegyz\u00e9s objektumhoz t\u00e1rs\u00edtott azonos\u00edt\u00f3 (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s \u00e1llapota.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "Egyedi azonos\u00edt\u00f3 a hozz\u00e1sz\u00f3l\u00e1shoz.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s sz\u00fcl\u0151 bejegyz\u00e9s\u00e9nek a jelszava (ha a bejegyz\u00e9s jelsz\u00f3val v\u00e9dett).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Egyedi azonos\u00edt\u00f3 a hozz\u00e1sz\u00f3l\u00e1shoz.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "A felhaszn\u00e1l\u00f3i objektum azonos\u00edt\u00f3ja, ha a szerz\u0151 egy felhaszn\u00e1l\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek e-mail c\u00edme.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek IP c\u00edme.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek megjelen\u00edtett neve.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek URL-je.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s szerz\u0151j\u00e9nek User agent mez\u0151je.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s tartalma.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "A hozz\u00e1sz\u00f3l\u00e1s tartalma, ahogyan az adatb\u00e1zisban szerepel.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "A hozz\u00e1sz\u00f3l\u00e1s HTML tartalma, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s k\u00f6zz\u00e9t\u00e9tel\u00e9nek d\u00e1tuma, a webhely id\u0151z\u00f3n\u00e1j\u00e1ban.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s k\u00f6zz\u00e9t\u00e9tel\u00e9nek id\u0151pontja, GMT szerint.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "A sz\u00fcl\u0151 hozz\u00e1sz\u00f3l\u00e1s azonos\u00edt\u00f3ja ID.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "A bejegyz\u00e9s objektumhoz t\u00e1rs\u00edtott azonos\u00edt\u00f3 (ID).",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s \u00e1llapota.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta mez\u0151k.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Egyedi azonos\u00edt\u00f3 a hozz\u00e1sz\u00f3l\u00e1shoz.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Hagyjuk-e ki a Lomt\u00e1rat, \u00e9s t\u00f6r\u00f6lj\u00fcnk egyb\u0151l.",
                            "required": false
                        },
                        "password": {
                            "description": "A hozz\u00e1sz\u00f3l\u00e1s sz\u00fcl\u0151 bejegyz\u00e9s\u00e9nek a jelszava (ha a bejegyz\u00e9s jelsz\u00f3val v\u00e9dett).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Az eredm\u00e9nyek limit\u00e1l\u00e1sa egy objektum t\u00edpus\u00e1n\u00e1l.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Az eredm\u00e9ny meghat\u00e1roz\u00e1sa egy vagy t\u00f6bb objektum alt\u00edpus eset\u00e9n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "wptb-tables",
                                    "product",
                                    "sight-projects",
                                    "ctrl_block_patterns",
                                    "popupbuilder",
                                    "category",
                                    "post_tag",
                                    "product_cat",
                                    "product_tag",
                                    "table_tags",
                                    "block_pattern_category",
                                    "block_pattern_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Biztos\u00edtsa, hogy az eredm\u00e9nyhalmaz kiz\u00e1r konkr\u00e9t egyedi azonos\u00edt\u00f3kat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Eredm\u00e9nyek sz\u0171r\u00e9se speci\u00e1lis azonos\u00edt\u00f3kkal (ID).",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Blokk tulajdons\u00e1gai.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blokk n\u00e9vt\u00e9r.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blokk n\u00e9vt\u00e9r.",
                            "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": "Blokk neve.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blokk n\u00e9vt\u00e9r.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "A v\u00e1ltozat sz\u00fcl\u0151j\u00e9ne az azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Sablon azonos\u00edt\u00f3",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Sablon azonos\u00edt\u00f3",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "A mintasablon azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "styles": {
                            "description": "Glob\u00e1lis st\u00edlusok.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Glob\u00e1lis be\u00e1ll\u00edt\u00e1sok.",
                            "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": "A bejegyz\u00e9s HTML c\u00edme, megjelen\u00edt\u00e9shez \u00e1talak\u00edtva.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "Honlap c\u00edmsor.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Honlap egysoros le\u00edr\u00e1sa.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "Honlap URL c\u00edme.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "Ez a c\u00edm adminisztr\u00e1ci\u00f3s c\u00e9lt szolg\u00e1l, hasonl\u00f3an, mint pl. a felhaszn\u00e1l\u00f3i \u00e9rtes\u00edt\u00e9sek.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "Egy telep\u00fcl\u00e9s ami a saj\u00e1t id\u0151z\u00f3n\u00e1nkkal azonos helyen van.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "D\u00e1tumform\u00e1tum az \u00f6sszes d\u00e1tumhoz.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "Id\u0151form\u00e1tum az \u00f6sszes id\u0151h\u00f6z.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "A h\u00e9t kezd\u0151napja.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "WordPress nyelves\u00edt\u00e9s k\u00f3dja.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": "Konvert\u00e1ljuk a hangulatjeleket, mint pl. a :-), \u00e9s :-P grafikus megjelen\u00edt\u00e9s\u0171v\u00e9.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "Alap\u00e9rtelmezett bejegyz\u00e9s kateg\u00f3ria.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "Alap\u00e9rtelmezett bejegyz\u00e9s form\u00e1tum.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "Legfeljebb ennyi blog oldal megjelen\u00edt\u00e9se.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "description": "Mi jelenjen meg az kezd\u0151lapon?",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "description": "The ID of the page that should be displayed on the front page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "description": "The ID of the page that should display the latest posts",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "A linkek enged\u00e9lyez\u00e9se m\u00e1sik blognak \u00faj bejegyz\u00e9s eset\u00e9n (pingbacks and trackback)",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "Enged\u00e9lyezz\u00fck az embereknek, hogy hozz\u00e1sz\u00f3ljanak az \u00faj bejegyz\u00e9sekhez.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "description": "Honlap log\u00f3.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "description": "Webhely ikon.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "Ha enged\u00e9lyezve van, ez a m\u00f3dszer megjelenik a blokk alap\u00fa p\u00e9nzt\u00e1rg\u00e9pen.",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "Ez vez\u00e9rli a c\u00edmet, amelyet a felhaszn\u00e1l\u00f3 a fizet\u00e9s sor\u00e1n l\u00e1t.",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "Ha egy k\u00f6lts\u00e9g van meghat\u00e1rozva, ez szab\u00e1lyozza, hogy az adott k\u00f6lts\u00e9gre ad\u00f3t kell-e alkalmazni.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "A helyi \u00e1tv\u00e9tel\u00e9rt felsz\u00e1m\u00edtand\u00f3 opcion\u00e1lis k\u00f6lts\u00e9g.",
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "pickup_locations": {
                            "description": "WooCommerce Local Pickup Locations",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "address": {
                                        "type": "object",
                                        "properties": {
                                            "address_1": {
                                                "type": "string"
                                            },
                                            "city": {
                                                "type": "string"
                                            },
                                            "state": {
                                                "type": "string"
                                            },
                                            "postcode": {
                                                "type": "string"
                                            },
                                            "country": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "details": {
                                        "type": "string"
                                    },
                                    "enabled": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Az eredm\u00e9ny meghat\u00e1roz\u00e1sa egy vagy t\u00f6bb kijel\u00f6lt st\u00e1tusz eset\u00e9n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "A sablon st\u00edluslapja. Ez a sablon egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Sz\u0171k\u00edts\u00fck le a keres\u00e9si eredm\u00e9nyeket a megadott \u00e1llapot szerint.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org b\u0151v\u00edtm\u00e9ny mappa keres\u0151bar\u00e1t neve.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "A b\u0151v\u00edtm\u00e9ny aktiv\u00e1l\u00e1si \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "A b\u0151v\u00edtm\u00e9ny aktiv\u00e1l\u00e1si \u00e1llapota.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A regisztr\u00e1lt oldals\u00e1v azonos\u00edt\u00f3ja",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Egym\u00e1sba \u00e1gyazott widgetek.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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": "A widget t\u00edpus azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "A widget t\u00edpus azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "A jelenlegi p\u00e9ld\u00e1ny widget be\u00e1ll\u00edt\u00e1sai",
                            "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": "A widget t\u00edpus azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "A jelenlegi p\u00e9ld\u00e1ny widget be\u00e1ll\u00edt\u00e1sai",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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": "Widget egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Widget be\u00e1ll\u00edt\u00e1sok, ha t\u00e1mogatott.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "A p\u00e9ld\u00e1ny be\u00e1ll\u00edt\u00e1sok base64 form\u00e1ban k\u00f3dolt megjelen\u00e9se.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "A p\u00e9ld\u00e1ny be\u00e1ll\u00edt\u00e1sok titkos\u00edtott lenyomata.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "K\u00f3dolatlan p\u00e9ld\u00e1nybe\u00e1ll\u00edt\u00e1sok, ha t\u00e1mogatott.",
                                    "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:\/\/prague.org\/hu\/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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Widget egyedi azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Widget be\u00e1ll\u00edt\u00e1sok, ha t\u00e1mogatott.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "A p\u00e9ld\u00e1ny be\u00e1ll\u00edt\u00e1sok base64 form\u00e1ban k\u00f3dolt megjelen\u00e9se.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "A p\u00e9ld\u00e1ny be\u00e1ll\u00edt\u00e1sok titkos\u00edtott lenyomata.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "K\u00f3dolatlan p\u00e9ld\u00e1nybe\u00e1ll\u00edt\u00e1sok, ha t\u00e1mogatott.",
                                    "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": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "A keres\u0151 kifejez\u00e9ssel egyez\u0151 blokkok eredm\u00e9ny list\u00e1j\u00e1nak limit\u00e1l\u00e1sa.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "A gy\u0171jtem\u00e9ny aktu\u00e1lis oldala.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum t\u00e9telek sz\u00e1ma az eredm\u00e9nyn\u00e9l.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se a karakterl\u00e1ncot tartalmaz\u00f3kra.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se kateg\u00f3ria azonos\u00edt\u00f3 szerint.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Eredm\u00e9nyek sz\u0171k\u00edt\u00e9se kulcssz\u00f3 azonos\u00edt\u00f3 szerint.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "A tal\u00e1latok korl\u00e1toz\u00e1sa a blokkmint\u00e1nak (slug) megfelel\u0151 tal\u00e1latokra.",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Az eredm\u00e9ny eltol\u00e1sa egy megadott sz\u00e1m\u00fa elemmel.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Rendezd a tulajdons\u00e1gokat cs\u00f6kken\u0151 vagy n\u00f6vekv\u0151 sorrendbe.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Gy\u0171jtem\u00e9ny rendez\u00e9se a bejegyz\u00e9st tulajdons\u00e1g szerint.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/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": "Feldolgozand\u00f3 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "A men\u00fc hely\u00e9nek alfanumerikus azonos\u00edt\u00f3ja.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "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:\/\/prague.org\/hu\/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:\/\/prague.org\/hu\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>rank-math\/rich-snippet)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/rich-snippet block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "default": "",
                                    "type": "string"
                                },
                                "post_id": {
                                    "default": "",
                                    "type": "integer"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/legacy-widget)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/legacy-widget block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "string",
                                    "default": null
                                },
                                "idBase": {
                                    "type": "string",
                                    "default": null
                                },
                                "instance": {
                                    "type": "object",
                                    "default": null
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/widget-group)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/widget-group block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "title": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/archives)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/archives block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayAsDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPostCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "type": {
                                    "type": "string",
                                    "default": "monthly"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/avatar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/avatar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "userId": {
                                    "type": "number"
                                },
                                "size": {
                                    "type": "number",
                                    "default": 96
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "ref": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/calendar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/calendar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "month": {
                                    "type": "integer"
                                },
                                "year": {
                                    "type": "integer"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayAsDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showHierarchy": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPostCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showOnlyTopLevel": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showEmpty": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-author-name)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-author-name block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "format": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-edit-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-edit-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-reply-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-reply-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comment-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "tagName": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "legacy": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments-pagination)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "paginationArrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments-pagination-next)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-next block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments-pagination-numbers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-numbers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments-pagination-previous)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-previous block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/comments-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "showPostTitle": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCommentsCount": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/cover)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/cover block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "url": {
                                    "type": "string"
                                },
                                "useFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "id": {
                                    "type": "number"
                                },
                                "alt": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "alt",
                                    "default": ""
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 100
                                },
                                "overlayColor": {
                                    "type": "string"
                                },
                                "customOverlayColor": {
                                    "type": "string"
                                },
                                "backgroundType": {
                                    "type": "string",
                                    "default": "image"
                                },
                                "focalPoint": {
                                    "type": "object"
                                },
                                "minHeight": {
                                    "type": "number"
                                },
                                "minHeightUnit": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "customGradient": {
                                    "type": "string"
                                },
                                "contentPosition": {
                                    "type": "string"
                                },
                                "isDark": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "allowedBlocks": {
                                    "type": "array"
                                },
                                "templateLock": {
                                    "type": [
                                        "string",
                                        "boolean"
                                    ],
                                    "enum": [
                                        "all",
                                        "insert",
                                        "contentOnly",
                                        false
                                    ]
                                },
                                "tagName": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/file)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/file block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "number"
                                },
                                "href": {
                                    "type": "string"
                                },
                                "fileId": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "id"
                                },
                                "fileName": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "a:not([download])"
                                },
                                "textLinkHref": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "href"
                                },
                                "textLinkTarget": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "target"
                                },
                                "showDownloadButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "downloadButtonText": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "a[download]"
                                },
                                "displayPreview": {
                                    "type": "boolean"
                                },
                                "previewHeight": {
                                    "type": "number",
                                    "default": 600
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/footnotes)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/footnotes block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "images": {
                                    "type": "array",
                                    "default": [],
                                    "source": "query",
                                    "selector": ".blocks-gallery-item",
                                    "query": {
                                        "url": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "src"
                                        },
                                        "fullUrl": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-full-url"
                                        },
                                        "link": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-link"
                                        },
                                        "alt": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "alt",
                                            "default": ""
                                        },
                                        "id": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-id"
                                        },
                                        "caption": {
                                            "type": "string",
                                            "source": "html",
                                            "selector": ".blocks-gallery-item__caption"
                                        }
                                    }
                                },
                                "ids": {
                                    "type": "array",
                                    "items": {
                                        "type": "number"
                                    },
                                    "default": []
                                },
                                "shortCodeTransforms": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "columns": {
                                    "type": "number",
                                    "minimum": 1,
                                    "maximum": 8
                                },
                                "caption": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": ".blocks-gallery-caption"
                                },
                                "imageCrop": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "fixedHeight": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string"
                                },
                                "linkTo": {
                                    "type": "string"
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "allowResize": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/heading)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/heading block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "content": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "h1,h2,h3,h4,h5,h6",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "placeholder": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/home-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/home-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "url": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "src",
                                    "__experimentalRole": "content"
                                },
                                "alt": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "alt",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "caption": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "figcaption",
                                    "__experimentalRole": "content"
                                },
                                "title": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "title",
                                    "__experimentalRole": "content"
                                },
                                "href": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "href",
                                    "__experimentalRole": "content"
                                },
                                "rel": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "rel"
                                },
                                "linkClass": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "class"
                                },
                                "id": {
                                    "type": "number",
                                    "__experimentalRole": "content"
                                },
                                "width": {
                                    "type": "string"
                                },
                                "height": {
                                    "type": "string"
                                },
                                "aspectRatio": {
                                    "type": "string"
                                },
                                "scale": {
                                    "type": "string"
                                },
                                "sizeSlug": {
                                    "type": "string"
                                },
                                "linkDestination": {
                                    "type": "string"
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "target"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/latest-comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/latest-comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "commentsToShow": {
                                    "type": "number",
                                    "default": 5,
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "displayAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "displayDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "displayExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/latest-posts)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/latest-posts block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "categories": {
                                    "type": "array",
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "selectedAuthor": {
                                    "type": "number"
                                },
                                "postsToShow": {
                                    "type": "number",
                                    "default": 5
                                },
                                "displayPostContent": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPostContentRadio": {
                                    "type": "string",
                                    "default": "excerpt"
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "displayAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPostDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "postLayout": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "order": {
                                    "type": "string",
                                    "default": "desc"
                                },
                                "orderBy": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "displayFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "featuredImageAlign": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right"
                                    ]
                                },
                                "featuredImageSizeSlug": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "featuredImageSizeWidth": {
                                    "type": "number",
                                    "default": null
                                },
                                "featuredImageSizeHeight": {
                                    "type": "number",
                                    "default": null
                                },
                                "addLinkToFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/loginout)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/loginout block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayLoginAsForm": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "redirectToCurrent": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/navigation)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "ref": {
                                    "type": "number"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "customTextColor": {
                                    "type": "string"
                                },
                                "rgbTextColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "customBackgroundColor": {
                                    "type": "string"
                                },
                                "rgbBackgroundColor": {
                                    "type": "string"
                                },
                                "showSubmenuIcon": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "openSubmenusOnClick": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "overlayMenu": {
                                    "type": "string",
                                    "default": "mobile"
                                },
                                "icon": {
                                    "type": "string",
                                    "default": "handle"
                                },
                                "hasIcon": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "__unstableLocation": {
                                    "type": "string"
                                },
                                "overlayBackgroundColor": {
                                    "type": "string"
                                },
                                "customOverlayBackgroundColor": {
                                    "type": "string"
                                },
                                "overlayTextColor": {
                                    "type": "string"
                                },
                                "customOverlayTextColor": {
                                    "type": "string"
                                },
                                "maxNestingLevel": {
                                    "type": "number",
                                    "default": 5
                                },
                                "templateLock": {
                                    "type": [
                                        "string",
                                        "boolean"
                                    ],
                                    "enum": [
                                        "all",
                                        "insert",
                                        "contentOnly",
                                        false
                                    ]
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/navigation-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "number"
                                },
                                "opensInNewTab": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "url": {
                                    "type": "string"
                                },
                                "title": {
                                    "type": "string"
                                },
                                "kind": {
                                    "type": "string"
                                },
                                "isTopLevelLink": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/navigation-submenu)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation-submenu block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "number"
                                },
                                "opensInNewTab": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "url": {
                                    "type": "string"
                                },
                                "title": {
                                    "type": "string"
                                },
                                "kind": {
                                    "type": "string"
                                },
                                "isTopLevelItem": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/page-list)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/page-list block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "parentPageID": {
                                    "type": "integer",
                                    "default": 0
                                },
                                "isNested": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/pattern)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/pattern block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "slug": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-author)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "avatarSize": {
                                    "type": "number",
                                    "default": 48
                                },
                                "showAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showBio": {
                                    "type": "boolean"
                                },
                                "byline": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-author-biography)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author-biography block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-author-name)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author-name block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-comments-form)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-comments-form block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "format": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayType": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-excerpt)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-excerpt block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "moreText": {
                                    "type": "string"
                                },
                                "showMoreOnNewLine": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-featured-image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-featured-image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "aspectRatio": {
                                    "type": "string"
                                },
                                "width": {
                                    "type": "string"
                                },
                                "height": {
                                    "type": "string"
                                },
                                "scale": {
                                    "type": "string",
                                    "default": "cover"
                                },
                                "sizeSlug": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string",
                                    "attribute": "rel",
                                    "default": ""
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "overlayColor": {
                                    "type": "string"
                                },
                                "customOverlayColor": {
                                    "type": "string"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 0
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "customGradient": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-navigation-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-navigation-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string",
                                    "default": "next"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "showTitle": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkLabel": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "arrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-terms)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-terms block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "term": {
                                    "type": "string"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "separator": {
                                    "type": "string",
                                    "default": ", "
                                },
                                "prefix": {
                                    "type": "string",
                                    "default": ""
                                },
                                "suffix": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "rel": {
                                    "type": "string",
                                    "attribute": "rel",
                                    "default": ""
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-no-results)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-no-results block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-pagination)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "paginationArrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-pagination-next)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-next block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-pagination-numbers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-numbers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-pagination-previous)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-previous block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "type": {
                                    "type": "string"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 1
                                },
                                "showPrefix": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showSearchTerm": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/read-more)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/read-more block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "content": {
                                    "type": "string"
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/rss)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/rss block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 2
                                },
                                "blockLayout": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "feedURL": {
                                    "type": "string",
                                    "default": ""
                                },
                                "itemsToShow": {
                                    "type": "number",
                                    "default": 5
                                },
                                "displayExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/search)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/search block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string",
                                    "__experimentalRole": "content"
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "placeholder": {
                                    "type": "string",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "width": {
                                    "type": "number"
                                },
                                "widthUnit": {
                                    "type": "string"
                                },
                                "buttonText": {
                                    "type": "string",
                                    "__experimentalRole": "content"
                                },
                                "buttonPosition": {
                                    "type": "string",
                                    "default": "button-outside"
                                },
                                "buttonUseIcon": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "query": {
                                    "type": "object",
                                    "default": []
                                },
                                "buttonBehavior": {
                                    "type": "string",
                                    "default": "expand-searchfield"
                                },
                                "isSearchFieldHidden": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/shortcode)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/shortcode block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "text": {
                                    "type": "string",
                                    "source": "raw"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/site-logo)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-logo block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "width": {
                                    "type": "number"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "shouldSyncIcon": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/site-tagline)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-tagline block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/site-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "level": {
                                    "type": "number",
                                    "default": 1
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/social-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/social-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "url": {
                                    "type": "string"
                                },
                                "service": {
                                    "type": "string"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/tag-cloud)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/tag-cloud block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "numberOfTags": {
                                    "type": "number",
                                    "default": 45,
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "taxonomy": {
                                    "type": "string",
                                    "default": "post_tag"
                                },
                                "showTagCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "smallestFontSize": {
                                    "type": "string",
                                    "default": "8pt"
                                },
                                "largestFontSize": {
                                    "type": "string",
                                    "default": "22pt"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/template-part)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/template-part block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "slug": {
                                    "type": "string"
                                },
                                "theme": {
                                    "type": "string"
                                },
                                "tagName": {
                                    "type": "string"
                                },
                                "area": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/term-description)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/term-description block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/collection-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/collection-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/location-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/location-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/book-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/book-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/recipe-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/recipe-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/course-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/course-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/event-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/event-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/qanda-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/qanda-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/job-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/job-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/faq-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/faq-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>saswp\/how-to-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/how-to-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>sight\/portfolio)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for sight\/portfolio block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "layout": {
                                    "type": "string",
                                    "default": "standard",
                                    "visible": true
                                },
                                "source": {
                                    "type": "string",
                                    "default": "projects",
                                    "visible": true
                                },
                                "video": {
                                    "type": "string",
                                    "default": "always",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "video_controls": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "video",
                                            "operator": "!=",
                                            "value": "none"
                                        }
                                    ],
                                    "visible": true
                                },
                                "custom_post": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "post"
                                        }
                                    ],
                                    "visible": true
                                },
                                "custom_images": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "custom"
                                        }
                                    ],
                                    "visible": true
                                },
                                "number_items": {
                                    "type": "number",
                                    "default": 10,
                                    "visible": true
                                },
                                "attachment_lightbox": {
                                    "type": "boolean",
                                    "default": false,
                                    "visible": true
                                },
                                "attachment_lightbox_icon": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_link_to": {
                                    "type": "string",
                                    "default": "page",
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "!=",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_view_more": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "!=",
                                            "value": true
                                        },
                                        {
                                            "field": "attachment_link_to",
                                            "operator": "!=",
                                            "value": "none"
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_size": {
                                    "type": "string",
                                    "default": "large",
                                    "visible": true
                                },
                                "attachment_orientation": {
                                    "type": "string",
                                    "default": "landscape-16-9",
                                    "visible": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "!=",
                                            "value": "justified"
                                        }
                                    ]
                                },
                                "typography_heading": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "typography_heading_tag": {
                                    "type": "string",
                                    "default": "h3",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "typography_caption": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_title": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_caption": {
                                    "type": "boolean",
                                    "default": true,
                                    "visible": true
                                },
                                "meta_caption_length": {
                                    "type": "number",
                                    "default": 100,
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_category": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_date": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_post_type": {
                                    "type": "string",
                                    "default": "sight-projects",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_categories": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_offset": {
                                    "type": "string",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_orderby": {
                                    "type": "string",
                                    "default": "date",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_order": {
                                    "type": "string",
                                    "default": "DESC",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_filter_ids": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_orderby": {
                                    "type": "string",
                                    "default": "name",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_order": {
                                    "type": "string",
                                    "default": "ASC",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_heading": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_heading_hover": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_caption": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_filter_items": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_pagination_type": {
                                    "type": "string",
                                    "default": "ajax",
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_pc": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_tablet": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_mobile": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_pc": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_tablet": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_mobile": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_filter_items": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_pagination_type": {
                                    "type": "string",
                                    "default": "ajax",
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_pc": {
                                    "type": "number",
                                    "default": 300,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_tablet": {
                                    "type": "number",
                                    "default": 200,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_mobile": {
                                    "type": "number",
                                    "default": 100,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_pc": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_tablet": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_mobile": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>trp\/language-switcher)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for trp\/language-switcher block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "display_setting": {
                                    "type": "string",
                                    "default": ""
                                },
                                "is_preview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "is_editor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>thethemefoundry\/happyforms)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for thethemefoundry\/happyforms block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>sp-location-weather-pro\/shortcode)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for sp-location-weather-pro\/shortcode block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "shortcodelist": {
                                    "type": "object",
                                    "default": ""
                                },
                                "shortcode": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showInputShortcode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "preview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "is_admin": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>rank-math\/faq-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/faq-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "listStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleWrapper": {
                                    "type": "string",
                                    "default": "h3"
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "questions": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "listCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>rank-math\/howto-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/howto-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "hasDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "days": {
                                    "type": "string",
                                    "default": ""
                                },
                                "hours": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minutes": {
                                    "type": "string",
                                    "default": ""
                                },
                                "description": {
                                    "type": "string",
                                    "default": ""
                                },
                                "steps": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "full"
                                },
                                "imageID": {
                                    "type": "integer"
                                },
                                "mainSizeSlug": {
                                    "type": "string",
                                    "default": "full"
                                },
                                "listStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "timeLabel": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleWrapper": {
                                    "type": "string",
                                    "default": "h3"
                                },
                                "listCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/active-filters)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/active-filters block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/add-to-cart-form)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/add-to-cart-form block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/all-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/all-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number"
                                },
                                "rows": {
                                    "type": "number"
                                },
                                "alignButtons": {
                                    "type": "boolean"
                                },
                                "contentVisibility": {
                                    "type": "object"
                                },
                                "orderby": {
                                    "type": "string"
                                },
                                "layoutConfig": {
                                    "type": "array"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/all-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/all-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/attribute-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/attribute-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "attributeId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "queryType": {
                                    "type": "string",
                                    "default": "or"
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/breadcrumbs)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/breadcrumbs block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "contentJustification": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string",
                                    "default": "small"
                                },
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/catalog-sorting)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/catalog-sorting block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "fontSize": {
                                    "type": "string",
                                    "default": "small"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/legacy-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/legacy-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/customer-account)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/customer-account block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayStyle": {
                                    "type": "string",
                                    "default": "icon_and_text"
                                },
                                "iconStyle": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "iconClass": {
                                    "type": "string",
                                    "default": "icon"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/featured-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/featured-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "alt": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentAlign": {
                                    "type": "string",
                                    "default": "center"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 50
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "focalPoint": {
                                    "type": "object",
                                    "default": {
                                        "x": 0.5,
                                        "y": 0.5
                                    }
                                },
                                "imageFit": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "mediaId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "mediaSrc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight": {
                                    "type": "number",
                                    "default": 500
                                },
                                "linkText": {
                                    "default": "Shop now",
                                    "type": "string"
                                },
                                "categoryId": {
                                    "type": "number"
                                },
                                "overlayColor": {
                                    "type": "string",
                                    "default": "#000000"
                                },
                                "overlayGradient": {
                                    "type": "string"
                                },
                                "previewCategory": {
                                    "type": "object",
                                    "default": null
                                },
                                "showDesc": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/featured-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/featured-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "alt": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentAlign": {
                                    "type": "string",
                                    "default": "center"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 50
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "focalPoint": {
                                    "type": "object",
                                    "default": {
                                        "x": 0.5,
                                        "y": 0.5
                                    }
                                },
                                "imageFit": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "mediaId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "mediaSrc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight": {
                                    "type": "number",
                                    "default": 500
                                },
                                "linkText": {
                                    "type": "string",
                                    "default": "Shop now"
                                },
                                "overlayColor": {
                                    "type": "string",
                                    "default": "#000000"
                                },
                                "overlayGradient": {
                                    "type": "string"
                                },
                                "productId": {
                                    "type": "number"
                                },
                                "previewProduct": {
                                    "type": "object",
                                    "default": null
                                },
                                "showDesc": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPrice": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/filter-wrapper)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filter-wrapper block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "filterType": {
                                    "type": "string"
                                },
                                "heading": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/handpicked-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/handpicked-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "image": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "title": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "price": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "rating": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "button": true
                                        }
                                    }
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "products": {
                                    "type": "array",
                                    "default": []
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/store-notices)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/store-notices block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/price-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/price-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showInputFields": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "inlineInput": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-add-to-cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-add-to-cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-best-sellers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-best-sellers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "popularity"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-button)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-button block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "productId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "width": {
                                    "type": "number"
                                },
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDescendentOfQueryLoop": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "hasCount": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "hasImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "hasEmpty": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isHierarchical": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showChildrenOnly": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-image-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-image-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-new)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-new block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-on-sale)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-on-sale block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "categories": {
                                    "type": "array",
                                    "items": {
                                        "type": "number"
                                    },
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full"
                                    ]
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array",
                                    "default": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-price)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-price block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-query)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-query block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-rating)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-rating block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "productId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "isDescendentOfQueryLoop": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDescendentOfSingleProductTemplate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-results-count)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-results-count block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-sale-badge)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-sale-badge block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-search)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-search block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-sku)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-sku block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-stock-indicator)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-stock-indicator block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-summary)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-summary block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-tag)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-tag block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "tags": {
                                    "type": "array",
                                    "default": []
                                },
                                "tagOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "orderby": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-top-rated)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-top-rated block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "rating"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/products-by-attribute)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/products-by-attribute block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "attributes": {
                                    "type": "array",
                                    "default": []
                                },
                                "attrOperator": {
                                    "type": "string",
                                    "enum": [
                                        "all",
                                        "any"
                                    ],
                                    "default": "any"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/rating-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/rating-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/reviews-by-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/reviews-by-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/reviews-by-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/reviews-by-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/related-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/related-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/product-details)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-details block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/single-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/single-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "productId": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/stock-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/stock-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-taxes-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-taxes-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-subtotal-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-subtotal-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/filled-cart-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filled-cart-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/empty-cart-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/empty-cart-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-totals-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-totals-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-line-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-line-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-express-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-express-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/proceed-to-checkout-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/proceed-to-checkout-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-accepted-payment-methods-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-accepted-payment-methods-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-coupon-form-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-coupon-form-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-discount-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-discount-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-fee-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-fee-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-heading-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-heading-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "content": {
                                    "type": "string",
                                    "default": "Cart totals"
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-order-summary-shipping-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-shipping-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-cross-sells-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-cross-sells-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/cart-cross-sells-products-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-cross-sells-products-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false,
                                    "save": false
                                },
                                "showCompanyField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "requireCompanyField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showApartmentField": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPhoneField": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "requirePhoneField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-actions-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-actions-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-billing-address-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-billing-address-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-contact-information-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-contact-information-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-express-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-express-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-fields-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-fields-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-note-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-note-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-coupon-form-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-coupon-form-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-discount-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-discount-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-fee-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-fee-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-shipping-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-shipping-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-subtotal-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-subtotal-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-order-summary-taxes-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-taxes-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-shipping-address-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-address-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-shipping-methods-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-methods-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "shippingCostRequiresAddress": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-shipping-method-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-method-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "shippingCostRequiresAddress": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-pickup-options-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-pickup-options-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-terms-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-terms-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/checkout-totals-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-totals-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-contents)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-contents block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/empty-mini-cart-contents-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/empty-mini-cart-contents-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/filled-mini-cart-contents-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filled-mini-cart-contents-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-footer-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-footer-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-products-table-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-products-table-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-shopping-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-shopping-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-cart-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-cart-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-checkout-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-checkout-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-title-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-title-items-counter-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-items-counter-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>woocommerce\/mini-cart-title-label-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-label-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/absolute-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/absolute-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/absolute-reviews"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "heading": {
                                    "type": "string",
                                    "default": ""
                                },
                                "desc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "legend": {
                                    "type": "string",
                                    "default": ""
                                },
                                "total_score_label": {
                                    "type": "string",
                                    "default": "Total Score"
                                },
                                "schema_author_custom": {
                                    "type": "string",
                                    "default": ""
                                },
                                "typographyDescription": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "typographyLegend": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "typographyTotal": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_percentage_total_score_percentage": {
                                    "type": "number",
                                    "default": 50
                                },
                                "layout_point-5_total_score_point_5": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_point-10_total_score_point_10": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_star_total_score_star": {
                                    "type": "number",
                                    "default": 1
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/alert)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/alert block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/alert"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "dismissible": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/progress)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/progress block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/progress"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "width": {
                                    "type": "number",
                                    "default": 70
                                },
                                "height": {
                                    "type": "number",
                                    "default": 14
                                },
                                "striped": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "animated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPercent": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/collapsibles)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/collapsibles block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/collapsibles"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "count": {
                                    "type": "number",
                                    "default": 2
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/collapsible)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/collapsible block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/collapsible"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "title": {
                                    "type": "string",
                                    "default": ""
                                },
                                "opened": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/tabs)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/tabs block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/tabs"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "tabActive": {
                                    "type": "number",
                                    "default": 0
                                },
                                "tabsData": {
                                    "type": "array",
                                    "default": [
                                        "Tab 1",
                                        "Tab 2"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "tabsPosition": {
                                    "type": "string",
                                    "default": "horizontal"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/tab)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/tab block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/tab"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/widgetized-area)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/widgetized-area block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/widgetized-area"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "area": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/section-heading)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-heading block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-heading"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "halign": {
                                    "type": "string"
                                },
                                "tag": {
                                    "type": "string"
                                },
                                "content": {
                                    "type": "string"
                                },
                                "typographyHeading": {
                                    "type": "string"
                                },
                                "typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "colorHeadingBorder": {
                                    "type": "string"
                                },
                                "colorHeadingBorder_dark": {
                                    "type": "string"
                                },
                                "colorHeadingAccent": {
                                    "type": "string"
                                },
                                "colorHeadingAccent_dark": {
                                    "type": "string"
                                },
                                "colorHeadingAccentContrast": {
                                    "type": "string"
                                },
                                "colorHeadingAccentContrast_dark": {
                                    "type": "string"
                                },
                                "colorHeading": {
                                    "type": "string"
                                },
                                "colorHeading_dark": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/section)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layoutAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentWidth": {
                                    "type": "number",
                                    "default": 1200
                                },
                                "sidebarPosition": {
                                    "type": "string",
                                    "default": "right"
                                },
                                "gapSection": {
                                    "type": "string",
                                    "default": "60px"
                                },
                                "gapSection_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "gapSection_mobile": {
                                    "type": "string",
                                    "default": "48px"
                                },
                                "gapSection_dark_tablet": {
                                    "type": "string"
                                },
                                "gapSection_dark_mobile": {
                                    "type": "string"
                                },
                                "sidebarWidth": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_tablet": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_mobile": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "sidebarWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "sidebarSticky": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "sidebarStickyMethod": {
                                    "type": "string",
                                    "default": "top"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/section-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-content"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/section-sidebar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-sidebar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-sidebar"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/row)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/row block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/row"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "verticalAlignment": {
                                    "type": "string",
                                    "default": ""
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 2
                                },
                                "gap": {
                                    "type": "number",
                                    "default": 30
                                },
                                "gap_tablet": {
                                    "type": "number"
                                },
                                "gap_mobile": {
                                    "type": "number"
                                },
                                "gap_dark_tablet": {
                                    "type": "number"
                                },
                                "gap_dark_mobile": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/column)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/column block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/column"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "size": {
                                    "type": "number",
                                    "default": ""
                                },
                                "size_tablet": {
                                    "type": "number",
                                    "default": 12
                                },
                                "size_mobile": {
                                    "type": "number",
                                    "default": 12
                                },
                                "size_dark_tablet": {
                                    "type": "number"
                                },
                                "size_dark_mobile": {
                                    "type": "number"
                                },
                                "order": {
                                    "type": "number",
                                    "default": ""
                                },
                                "order_tablet": {
                                    "type": "number"
                                },
                                "order_mobile": {
                                    "type": "number"
                                },
                                "order_dark_tablet": {
                                    "type": "number"
                                },
                                "order_dark_mobile": {
                                    "type": "number"
                                },
                                "minHeight": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight_tablet": {
                                    "type": "string"
                                },
                                "minHeight_mobile": {
                                    "type": "string"
                                },
                                "minHeight_dark_tablet": {
                                    "type": "string"
                                },
                                "minHeight_dark_mobile": {
                                    "type": "string"
                                },
                                "verticalAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "verticalAlign_tablet": {
                                    "type": "string"
                                },
                                "verticalAlign_mobile": {
                                    "type": "string"
                                },
                                "verticalAlign_dark_tablet": {
                                    "type": "string"
                                },
                                "verticalAlign_dark_mobile": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/posts)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/posts block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/posts"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "queryGroup": {
                                    "type": "string",
                                    "default": ""
                                },
                                "query": {
                                    "type": "object",
                                    "default": {
                                        "posts_type": "post",
                                        "categories": "",
                                        "tags": "",
                                        "exclude_categories": "",
                                        "exclude_tags": "",
                                        "formats": "",
                                        "posts": "",
                                        "offset": "",
                                        "orderby": "date",
                                        "order": "DESC",
                                        "time_frame": "",
                                        "taxonomy": "",
                                        "terms": ""
                                    }
                                },
                                "relatedPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "avoidDuplicatePosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPagination": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "postsCount": {
                                    "type": "number",
                                    "default": 10
                                },
                                "showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showViewPostButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "buttonLabel": {
                                    "type": "string",
                                    "default": "View Post"
                                },
                                "buttonStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonSize": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonFullWidth": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "buttonColorBg": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBg_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "colorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_align_center": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_show_counter": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_counter_type": {
                                    "type": "string",
                                    "default": "1"
                                },
                                "layout_standard-type-1_meta_category_type": {
                                    "type": "string",
                                    "default": "one"
                                },
                                "layout_standard-type-1_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_background_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_color_content_border": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d0d3e565107": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d0d3e56510d": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_69d0d3e565123": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-2_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-2_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-2_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-2_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-2_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-2_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-2_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-2_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d0d3e56524f": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d0d3e565254": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-2_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_69d0d3e565268": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-3_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-3_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-3_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-3_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-3_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-3_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-3_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard-type-3_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d0d3e565395": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d0d3e56539b": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-3_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_69d0d3e5653b0": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-4_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-4_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-4_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-4_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-4_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-4_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-4_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-4_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-4_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-4_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-4_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d0d3e565539": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d0d3e56553e": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-4_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_69d0d3e565563": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-5_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-5_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-5_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-5_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-5_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding": {
                                    "type": "string",
                                    "default": "30px"
                                },
                                "layout_standard-type-5_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-5_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-5_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_align_center": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-5_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-5_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-5_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-5_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-5_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-5_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-5_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_background_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_color_content_border": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_69d0d3e56569e": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_69d0d3e5656a2": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-5_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_69d0d3e5656b6": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_tile-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tile-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tile-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_tile-type-1_height_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_tile-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "stretch"
                                },
                                "layout_tile-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_tile-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_tile-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_tile-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_tile-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_69d0d3e565783": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_69d0d3e565787": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_tile-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tile-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-1_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-1_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-1_image_width": {
                                    "type": "string",
                                    "default": "half"
                                },
                                "layout_horizontal-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d0d3e5658d6": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d0d3e5658db": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_69d0d3e5658ee": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-2_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-2_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-2_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-2_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-2_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-2_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-2_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-2_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-2_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-2_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-2_image_width": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d0d3e565a2f": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d0d3e565a33": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-2_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_69d0d3e565a48": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-3_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-3_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-3_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-3_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-3_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-3_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-3_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-3_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-3_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-3_image_width": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_horizontal-type-3_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d0d3e565b76": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d0d3e565b7a": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-3_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_69d0d3e565b8f": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-4_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-4_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-4_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-4_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-4_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-4_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-4_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-4_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-4_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_horizontal-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-4_image_width": {
                                    "type": "number",
                                    "default": 50
                                },
                                "layout_horizontal-type-4_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-4_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-4_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d0d3e565cba": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d0d3e565cbe": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-4_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_69d0d3e565cd2": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-5_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-5_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-5_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-5_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-5_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-5_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-5_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBadge": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBadge_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d0d3e565dac": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d0d3e565db0": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-5_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_69d0d3e565dc4": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-6_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-6_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-6_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-6_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-6_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-6_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-6_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-6_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-6_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-6_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-6_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-6_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-6_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-6_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_69d0d3e565f05": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_69d0d3e565f09": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-6_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-6_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_69d0d3e565f1e": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-7_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-7_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-7_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-7_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-7_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-7_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-7_content_badge": {
                                    "type": "string",
                                    "default": "triangle"
                                },
                                "layout_horizontal-type-7_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-7_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-7_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-7_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-7_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-7_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-7_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-7_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBadge": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBadge_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_69d0d3e566081": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_69d0d3e566085": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-7_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-7_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_69d0d3e56609a": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-8_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-8_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-8_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-8_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-8_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-8_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-8_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-8_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-8_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-8_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-8_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-8_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-8_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-8_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_count_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_count_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_69d0d3e566210": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_69d0d3e566214": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-8_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-8_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_69d0d3e566228": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_reviews-1_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-1_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-1_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-1_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-1_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-1_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-1_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-1_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-1_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-1_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e566508": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e56652e": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e566551": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-2_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-2_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-2_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-2_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-2_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-2_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-2_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-2_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-2_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665bc": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665dc": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665fe": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-3_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-3_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-3_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-3_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-3_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-3_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-3_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-3_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-3_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e566668": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e566689": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e5666aa": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-4_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-4_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-4_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-4_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-4_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-4_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-4_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-4_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-4_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56672a": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56674c": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56676e": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-5_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-5_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-5_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-5_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-5_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-5_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-5_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-5_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-5_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e5667d9": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e5667fa": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e56681a": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-6_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-6_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-6_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-6_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-6_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-6_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-6_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-6_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-6_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e566883": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e5668a5": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e5668c5": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-7_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-7_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-7_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-7_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-7_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-7_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-7_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-7_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-7_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566936": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566957": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566978": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-8_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-8_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-8_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-8_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-8_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-8_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-8_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-8_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-8_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e5669e1": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e566a02": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e566a22": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/justified-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/justified-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/justified-gallery"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "images": {
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "linkTo": {
                                    "type": "string",
                                    "default": "file"
                                },
                                "rowHeight": {
                                    "type": "number",
                                    "default": 275
                                },
                                "maxRowHeight": {
                                    "type": "string",
                                    "default": "-1"
                                },
                                "margins": {
                                    "type": "number",
                                    "default": 10
                                },
                                "border": {
                                    "type": "number",
                                    "default": -10
                                },
                                "lastRow": {
                                    "type": "string",
                                    "default": "nojustify"
                                },
                                "showCaptions": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "randomize": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/slider-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/slider-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/slider-gallery"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "images": {
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "linkTo": {
                                    "type": "string",
                                    "default": "file"
                                },
                                "showPrevNextButtons": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showBullets": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCaptions": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/facebook-fanpage)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/facebook-fanpage block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/facebook-fanpage"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "href": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showCover": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showFacepile": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "smallHeader": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/featured-categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/featured-categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/featured-categories"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "filter_ids": {
                                    "type": "string",
                                    "default": ""
                                },
                                "orderby": {
                                    "type": "string",
                                    "default": "tile"
                                },
                                "order": {
                                    "type": "string",
                                    "default": "ASC"
                                },
                                "maximum": {
                                    "type": "number",
                                    "default": 0
                                },
                                "number": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "bgOverlay": {
                                    "type": "string"
                                },
                                "bgOverlay_dark": {
                                    "type": "string"
                                },
                                "bgOpacityOverlay": {
                                    "type": "number",
                                    "default": 0.3
                                },
                                "layout_horizontal_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_horizontal_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "span"
                                },
                                "layout_horizontal_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_horizontal_image_width": {
                                    "type": "number",
                                    "default": 110
                                },
                                "layout_horizontal_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard_show_counter": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_standard_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "span"
                                },
                                "layout_standard_typography_counter": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_standard_image_width": {
                                    "type": "number",
                                    "default": 140
                                },
                                "layout_standard_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tiles_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tiles_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tiles_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_tiles_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "layout_tiles_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tiles_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_tiles_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_tiles_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_vertical-list_feature_categories_color": {
                                    "type": "string"
                                },
                                "layout_vertical-list_feature_categories_color_dark": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/instagram)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/instagram block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/instagram"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "showHeader": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showFollowButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "number": {
                                    "type": "number",
                                    "default": 4
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "size": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "target": {
                                    "type": "string",
                                    "default": "_blank"
                                },
                                "buttonStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonSize": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonFullWidth": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "buttonColorBg": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBg_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/share-buttons)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/share-buttons block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/share-buttons"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "accounts": {
                                    "type": "array",
                                    "default": [
                                        "facebook",
                                        "twitter",
                                        "pinterest"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "showTotal": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showIcons": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showLabels": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showTitles": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/social-links)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/social-links block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/social-links"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "template": {
                                    "type": "string",
                                    "default": "inline"
                                },
                                "aligning": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "showLabels": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showTitles": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "count": {
                                    "type": "number",
                                    "default": -1
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/toc)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/toc block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/toc"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "title": {
                                    "type": "string",
                                    "default": "Table of Contents"
                                },
                                "depth": {
                                    "type": "number",
                                    "default": 2
                                },
                                "minCount": {
                                    "type": "number",
                                    "default": 4
                                },
                                "minCharacters": {
                                    "type": "number",
                                    "default": 1000
                                },
                                "btnHide": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "defaultState": {
                                    "type": "string",
                                    "default": "expanded"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/current-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/current-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/current-date"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "format": {
                                    "type": "string",
                                    "default": "F d, Y"
                                },
                                "text-align": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "colorText": {
                                    "type": "string"
                                },
                                "colorText_dark": {
                                    "type": "string"
                                },
                                "typographyText": {
                                    "type": "string",
                                    "default": "0.75rem"
                                },
                                "typographyText_tablet": {
                                    "type": "string"
                                },
                                "typographyText_mobile": {
                                    "type": "string"
                                },
                                "typographyText_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyText_dark_mobile": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/custom-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/custom-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/custom-link"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "label": {
                                    "type": "string",
                                    "default": "View All"
                                },
                                "url": {
                                    "type": "string",
                                    "default": "\/"
                                },
                                "target": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "colorText": {
                                    "type": "string"
                                },
                                "colorText_dark": {
                                    "type": "string"
                                },
                                "colorTextHover": {
                                    "type": "string"
                                },
                                "colorTextHover_dark": {
                                    "type": "string"
                                },
                                "typographyText": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "typographyText_tablet": {
                                    "type": "string"
                                },
                                "typographyText_mobile": {
                                    "type": "string"
                                },
                                "typographyText_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyText_dark_mobile": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/post-comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>rank-math\/rich-snippet)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/rich-snippet block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "default": "",
                                    "type": "string"
                                },
                                "post_id": {
                                    "default": "",
                                    "type": "integer"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/legacy-widget)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/legacy-widget block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "string",
                                    "default": null
                                },
                                "idBase": {
                                    "type": "string",
                                    "default": null
                                },
                                "instance": {
                                    "type": "object",
                                    "default": null
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/widget-group)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/widget-group block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "title": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/archives)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/archives block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayAsDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPostCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "type": {
                                    "type": "string",
                                    "default": "monthly"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/avatar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/avatar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "userId": {
                                    "type": "number"
                                },
                                "size": {
                                    "type": "number",
                                    "default": 96
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "ref": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/calendar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/calendar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "month": {
                                    "type": "integer"
                                },
                                "year": {
                                    "type": "integer"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayAsDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showHierarchy": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPostCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showOnlyTopLevel": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showEmpty": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-author-name)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-author-name block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "format": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-edit-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-edit-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-reply-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-reply-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comment-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comment-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "tagName": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "legacy": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments-pagination)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "paginationArrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments-pagination-next)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-next block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments-pagination-numbers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-numbers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments-pagination-previous)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-pagination-previous block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/comments-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/comments-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "showPostTitle": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCommentsCount": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/cover)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/cover block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "url": {
                                    "type": "string"
                                },
                                "useFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "id": {
                                    "type": "number"
                                },
                                "alt": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "alt",
                                    "default": ""
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 100
                                },
                                "overlayColor": {
                                    "type": "string"
                                },
                                "customOverlayColor": {
                                    "type": "string"
                                },
                                "backgroundType": {
                                    "type": "string",
                                    "default": "image"
                                },
                                "focalPoint": {
                                    "type": "object"
                                },
                                "minHeight": {
                                    "type": "number"
                                },
                                "minHeightUnit": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "customGradient": {
                                    "type": "string"
                                },
                                "contentPosition": {
                                    "type": "string"
                                },
                                "isDark": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "allowedBlocks": {
                                    "type": "array"
                                },
                                "templateLock": {
                                    "type": [
                                        "string",
                                        "boolean"
                                    ],
                                    "enum": [
                                        "all",
                                        "insert",
                                        "contentOnly",
                                        false
                                    ]
                                },
                                "tagName": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/file)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/file block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "number"
                                },
                                "href": {
                                    "type": "string"
                                },
                                "fileId": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "id"
                                },
                                "fileName": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "a:not([download])"
                                },
                                "textLinkHref": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "href"
                                },
                                "textLinkTarget": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "a:not([download])",
                                    "attribute": "target"
                                },
                                "showDownloadButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "downloadButtonText": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "a[download]"
                                },
                                "displayPreview": {
                                    "type": "boolean"
                                },
                                "previewHeight": {
                                    "type": "number",
                                    "default": 600
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/footnotes)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/footnotes block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "images": {
                                    "type": "array",
                                    "default": [],
                                    "source": "query",
                                    "selector": ".blocks-gallery-item",
                                    "query": {
                                        "url": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "src"
                                        },
                                        "fullUrl": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-full-url"
                                        },
                                        "link": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-link"
                                        },
                                        "alt": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "alt",
                                            "default": ""
                                        },
                                        "id": {
                                            "type": "string",
                                            "source": "attribute",
                                            "selector": "img",
                                            "attribute": "data-id"
                                        },
                                        "caption": {
                                            "type": "string",
                                            "source": "html",
                                            "selector": ".blocks-gallery-item__caption"
                                        }
                                    }
                                },
                                "ids": {
                                    "type": "array",
                                    "items": {
                                        "type": "number"
                                    },
                                    "default": []
                                },
                                "shortCodeTransforms": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "columns": {
                                    "type": "number",
                                    "minimum": 1,
                                    "maximum": 8
                                },
                                "caption": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": ".blocks-gallery-caption"
                                },
                                "imageCrop": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "fixedHeight": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string"
                                },
                                "linkTo": {
                                    "type": "string"
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "allowResize": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/heading)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/heading block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "content": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "h1,h2,h3,h4,h5,h6",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "placeholder": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/home-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/home-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "url": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "src",
                                    "__experimentalRole": "content"
                                },
                                "alt": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "alt",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "caption": {
                                    "type": "string",
                                    "source": "html",
                                    "selector": "figcaption",
                                    "__experimentalRole": "content"
                                },
                                "title": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "img",
                                    "attribute": "title",
                                    "__experimentalRole": "content"
                                },
                                "href": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "href",
                                    "__experimentalRole": "content"
                                },
                                "rel": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "rel"
                                },
                                "linkClass": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "class"
                                },
                                "id": {
                                    "type": "number",
                                    "__experimentalRole": "content"
                                },
                                "width": {
                                    "type": "string"
                                },
                                "height": {
                                    "type": "string"
                                },
                                "aspectRatio": {
                                    "type": "string"
                                },
                                "scale": {
                                    "type": "string"
                                },
                                "sizeSlug": {
                                    "type": "string"
                                },
                                "linkDestination": {
                                    "type": "string"
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "source": "attribute",
                                    "selector": "figure > a",
                                    "attribute": "target"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/latest-comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/latest-comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "commentsToShow": {
                                    "type": "number",
                                    "default": 5,
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "displayAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "displayDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "displayExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/latest-posts)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/latest-posts block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "categories": {
                                    "type": "array",
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "selectedAuthor": {
                                    "type": "number"
                                },
                                "postsToShow": {
                                    "type": "number",
                                    "default": 5
                                },
                                "displayPostContent": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPostContentRadio": {
                                    "type": "string",
                                    "default": "excerpt"
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "displayAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPostDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "postLayout": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "order": {
                                    "type": "string",
                                    "default": "desc"
                                },
                                "orderBy": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "displayFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "featuredImageAlign": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right"
                                    ]
                                },
                                "featuredImageSizeSlug": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "featuredImageSizeWidth": {
                                    "type": "number",
                                    "default": null
                                },
                                "featuredImageSizeHeight": {
                                    "type": "number",
                                    "default": null
                                },
                                "addLinkToFeaturedImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/loginout)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/loginout block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayLoginAsForm": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "redirectToCurrent": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/navigation)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "ref": {
                                    "type": "number"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "customTextColor": {
                                    "type": "string"
                                },
                                "rgbTextColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "customBackgroundColor": {
                                    "type": "string"
                                },
                                "rgbBackgroundColor": {
                                    "type": "string"
                                },
                                "showSubmenuIcon": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "openSubmenusOnClick": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "overlayMenu": {
                                    "type": "string",
                                    "default": "mobile"
                                },
                                "icon": {
                                    "type": "string",
                                    "default": "handle"
                                },
                                "hasIcon": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "__unstableLocation": {
                                    "type": "string"
                                },
                                "overlayBackgroundColor": {
                                    "type": "string"
                                },
                                "customOverlayBackgroundColor": {
                                    "type": "string"
                                },
                                "overlayTextColor": {
                                    "type": "string"
                                },
                                "customOverlayTextColor": {
                                    "type": "string"
                                },
                                "maxNestingLevel": {
                                    "type": "number",
                                    "default": 5
                                },
                                "templateLock": {
                                    "type": [
                                        "string",
                                        "boolean"
                                    ],
                                    "enum": [
                                        "all",
                                        "insert",
                                        "contentOnly",
                                        false
                                    ]
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/navigation-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "number"
                                },
                                "opensInNewTab": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "url": {
                                    "type": "string"
                                },
                                "title": {
                                    "type": "string"
                                },
                                "kind": {
                                    "type": "string"
                                },
                                "isTopLevelLink": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/navigation-submenu)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/navigation-submenu block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "number"
                                },
                                "opensInNewTab": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "url": {
                                    "type": "string"
                                },
                                "title": {
                                    "type": "string"
                                },
                                "kind": {
                                    "type": "string"
                                },
                                "isTopLevelItem": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/page-list)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/page-list block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "parentPageID": {
                                    "type": "integer",
                                    "default": 0
                                },
                                "isNested": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/pattern)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/pattern block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "slug": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-author)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "avatarSize": {
                                    "type": "number",
                                    "default": 48
                                },
                                "showAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showBio": {
                                    "type": "boolean"
                                },
                                "byline": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-author-biography)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author-biography block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-author-name)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-author-name block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-comments-form)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-comments-form block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "format": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayType": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-excerpt)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-excerpt block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "moreText": {
                                    "type": "string"
                                },
                                "showMoreOnNewLine": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-featured-image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-featured-image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "aspectRatio": {
                                    "type": "string"
                                },
                                "width": {
                                    "type": "string"
                                },
                                "height": {
                                    "type": "string"
                                },
                                "scale": {
                                    "type": "string",
                                    "default": "cover"
                                },
                                "sizeSlug": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string",
                                    "attribute": "rel",
                                    "default": ""
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "overlayColor": {
                                    "type": "string"
                                },
                                "customOverlayColor": {
                                    "type": "string"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 0
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "customGradient": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-navigation-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-navigation-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string",
                                    "default": "next"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "showTitle": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "linkLabel": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "arrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-terms)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-terms block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "term": {
                                    "type": "string"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "separator": {
                                    "type": "string",
                                    "default": ", "
                                },
                                "prefix": {
                                    "type": "string",
                                    "default": ""
                                },
                                "suffix": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 2
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "rel": {
                                    "type": "string",
                                    "attribute": "rel",
                                    "default": ""
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-no-results)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-no-results block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-pagination)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "paginationArrow": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-pagination-next)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-next block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-pagination-numbers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-numbers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-pagination-previous)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-previous block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/query-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "type": {
                                    "type": "string"
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "level": {
                                    "type": "number",
                                    "default": 1
                                },
                                "showPrefix": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showSearchTerm": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/read-more)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/read-more block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "content": {
                                    "type": "string"
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/rss)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/rss block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 2
                                },
                                "blockLayout": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "feedURL": {
                                    "type": "string",
                                    "default": ""
                                },
                                "itemsToShow": {
                                    "type": "number",
                                    "default": 5
                                },
                                "displayExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "excerptLength": {
                                    "type": "number",
                                    "default": 55
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/search)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/search block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string",
                                    "__experimentalRole": "content"
                                },
                                "showLabel": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "placeholder": {
                                    "type": "string",
                                    "default": "",
                                    "__experimentalRole": "content"
                                },
                                "width": {
                                    "type": "number"
                                },
                                "widthUnit": {
                                    "type": "string"
                                },
                                "buttonText": {
                                    "type": "string",
                                    "__experimentalRole": "content"
                                },
                                "buttonPosition": {
                                    "type": "string",
                                    "default": "button-outside"
                                },
                                "buttonUseIcon": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "query": {
                                    "type": "object",
                                    "default": []
                                },
                                "buttonBehavior": {
                                    "type": "string",
                                    "default": "expand-searchfield"
                                },
                                "isSearchFieldHidden": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/shortcode)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/shortcode block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "text": {
                                    "type": "string",
                                    "source": "raw"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/site-logo)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-logo block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "width": {
                                    "type": "number"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "shouldSyncIcon": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/site-tagline)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-tagline block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/site-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/site-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "level": {
                                    "type": "number",
                                    "default": 1
                                },
                                "textAlign": {
                                    "type": "string"
                                },
                                "isLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "linkTarget": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/social-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/social-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "url": {
                                    "type": "string"
                                },
                                "service": {
                                    "type": "string"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "rel": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/tag-cloud)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/tag-cloud block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "numberOfTags": {
                                    "type": "number",
                                    "default": 45,
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "taxonomy": {
                                    "type": "string",
                                    "default": "post_tag"
                                },
                                "showTagCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "smallestFontSize": {
                                    "type": "string",
                                    "default": "8pt"
                                },
                                "largestFontSize": {
                                    "type": "string",
                                    "default": "22pt"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/template-part)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/template-part block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "slug": {
                                    "type": "string"
                                },
                                "theme": {
                                    "type": "string"
                                },
                                "tagName": {
                                    "type": "string"
                                },
                                "area": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/term-description)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/term-description block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/collection-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/collection-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/location-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/location-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/book-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/book-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/recipe-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/recipe-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/course-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/course-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/event-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/event-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/qanda-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/qanda-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/job-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/job-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/faq-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/faq-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>saswp\/how-to-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for saswp\/how-to-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>sight\/portfolio)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for sight\/portfolio block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "layout": {
                                    "type": "string",
                                    "default": "standard",
                                    "visible": true
                                },
                                "source": {
                                    "type": "string",
                                    "default": "projects",
                                    "visible": true
                                },
                                "video": {
                                    "type": "string",
                                    "default": "always",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "video_controls": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "video",
                                            "operator": "!=",
                                            "value": "none"
                                        }
                                    ],
                                    "visible": true
                                },
                                "custom_post": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "post"
                                        }
                                    ],
                                    "visible": true
                                },
                                "custom_images": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "custom"
                                        }
                                    ],
                                    "visible": true
                                },
                                "number_items": {
                                    "type": "number",
                                    "default": 10,
                                    "visible": true
                                },
                                "attachment_lightbox": {
                                    "type": "boolean",
                                    "default": false,
                                    "visible": true
                                },
                                "attachment_lightbox_icon": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_link_to": {
                                    "type": "string",
                                    "default": "page",
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "!=",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_view_more": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "attachment_lightbox",
                                            "operator": "!=",
                                            "value": true
                                        },
                                        {
                                            "field": "attachment_link_to",
                                            "operator": "!=",
                                            "value": "none"
                                        }
                                    ],
                                    "visible": true
                                },
                                "attachment_size": {
                                    "type": "string",
                                    "default": "large",
                                    "visible": true
                                },
                                "attachment_orientation": {
                                    "type": "string",
                                    "default": "landscape-16-9",
                                    "visible": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "!=",
                                            "value": "justified"
                                        }
                                    ]
                                },
                                "typography_heading": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "typography_heading_tag": {
                                    "type": "string",
                                    "default": "h3",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "typography_caption": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_title": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_caption": {
                                    "type": "boolean",
                                    "default": true,
                                    "visible": true
                                },
                                "meta_caption_length": {
                                    "type": "number",
                                    "default": 100,
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_category": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "meta_date": {
                                    "type": "boolean",
                                    "default": false,
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_post_type": {
                                    "type": "string",
                                    "default": "sight-projects",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_categories": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_filter_offset": {
                                    "type": "string",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_orderby": {
                                    "type": "string",
                                    "default": "date",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "projects_order": {
                                    "type": "string",
                                    "default": "DESC",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_filter_ids": {
                                    "type": "array",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_orderby": {
                                    "type": "string",
                                    "default": "name",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "categories_order": {
                                    "type": "string",
                                    "default": "ASC",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "categories"
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_heading": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_heading_hover": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "post"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "!=",
                                            "value": "custom"
                                        },
                                        {
                                            "field": "meta_title",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "color_caption": {
                                    "type": "string",
                                    "default": "",
                                    "active_callback": [
                                        {
                                            "field": "meta_caption",
                                            "operator": "==",
                                            "value": true
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_filter_items": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_pagination_type": {
                                    "type": "string",
                                    "default": "ajax",
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_pc": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_tablet": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_columns_mobile": {
                                    "type": "number",
                                    "default": 1,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_pc": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_tablet": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "standard_gap_posts_mobile": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "standard"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_filter_items": {
                                    "type": "boolean",
                                    "default": true,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        },
                                        {
                                            "field": "projects_filter_post_type",
                                            "operator": "==",
                                            "value": "sight-projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_pagination_type": {
                                    "type": "string",
                                    "default": "ajax",
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        },
                                        {
                                            "field": "source",
                                            "operator": "==",
                                            "value": "projects"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_pc": {
                                    "type": "number",
                                    "default": 300,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_tablet": {
                                    "type": "number",
                                    "default": 200,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_image_height_mobile": {
                                    "type": "number",
                                    "default": 100,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_pc": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_tablet": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "justified_gap_posts_mobile": {
                                    "type": "number",
                                    "default": 40,
                                    "active_callback": [
                                        {
                                            "field": "layout",
                                            "operator": "==",
                                            "value": "justified"
                                        }
                                    ],
                                    "visible": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>trp\/language-switcher)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for trp\/language-switcher block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "display_setting": {
                                    "type": "string",
                                    "default": ""
                                },
                                "is_preview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "is_editor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>thethemefoundry\/happyforms)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for thethemefoundry\/happyforms block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>sp-location-weather-pro\/shortcode)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for sp-location-weather-pro\/shortcode block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "shortcodelist": {
                                    "type": "object",
                                    "default": ""
                                },
                                "shortcode": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showInputShortcode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "preview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "is_admin": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>rank-math\/faq-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/faq-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "listStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleWrapper": {
                                    "type": "string",
                                    "default": "h3"
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "questions": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "listCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>rank-math\/howto-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for rank-math\/howto-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "hasDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "days": {
                                    "type": "string",
                                    "default": ""
                                },
                                "hours": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minutes": {
                                    "type": "string",
                                    "default": ""
                                },
                                "description": {
                                    "type": "string",
                                    "default": ""
                                },
                                "steps": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "object"
                                    }
                                },
                                "sizeSlug": {
                                    "type": "string",
                                    "default": "full"
                                },
                                "imageID": {
                                    "type": "integer"
                                },
                                "mainSizeSlug": {
                                    "type": "string",
                                    "default": "full"
                                },
                                "listStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "timeLabel": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleWrapper": {
                                    "type": "string",
                                    "default": "h3"
                                },
                                "listCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "titleCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentCssClasses": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/active-filters)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/active-filters block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/add-to-cart-form)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/add-to-cart-form block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/all-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/all-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number"
                                },
                                "rows": {
                                    "type": "number"
                                },
                                "alignButtons": {
                                    "type": "boolean"
                                },
                                "contentVisibility": {
                                    "type": "object"
                                },
                                "orderby": {
                                    "type": "string"
                                },
                                "layoutConfig": {
                                    "type": "array"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/all-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/all-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/attribute-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/attribute-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "attributeId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "queryType": {
                                    "type": "string",
                                    "default": "or"
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/breadcrumbs)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/breadcrumbs block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "contentJustification": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string",
                                    "default": "small"
                                },
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/catalog-sorting)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/catalog-sorting block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "fontSize": {
                                    "type": "string",
                                    "default": "small"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/legacy-template)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/legacy-template block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/customer-account)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/customer-account block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "displayStyle": {
                                    "type": "string",
                                    "default": "icon_and_text"
                                },
                                "iconStyle": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "iconClass": {
                                    "type": "string",
                                    "default": "icon"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/featured-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/featured-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "alt": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentAlign": {
                                    "type": "string",
                                    "default": "center"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 50
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "focalPoint": {
                                    "type": "object",
                                    "default": {
                                        "x": 0.5,
                                        "y": 0.5
                                    }
                                },
                                "imageFit": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "mediaId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "mediaSrc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight": {
                                    "type": "number",
                                    "default": 500
                                },
                                "linkText": {
                                    "default": "Shop now",
                                    "type": "string"
                                },
                                "categoryId": {
                                    "type": "number"
                                },
                                "overlayColor": {
                                    "type": "string",
                                    "default": "#000000"
                                },
                                "overlayGradient": {
                                    "type": "string"
                                },
                                "previewCategory": {
                                    "type": "object",
                                    "default": null
                                },
                                "showDesc": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/featured-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/featured-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "alt": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentAlign": {
                                    "type": "string",
                                    "default": "center"
                                },
                                "dimRatio": {
                                    "type": "number",
                                    "default": 50
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "focalPoint": {
                                    "type": "object",
                                    "default": {
                                        "x": 0.5,
                                        "y": 0.5
                                    }
                                },
                                "imageFit": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "hasParallax": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isRepeated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "mediaId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "mediaSrc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight": {
                                    "type": "number",
                                    "default": 500
                                },
                                "linkText": {
                                    "type": "string",
                                    "default": "Shop now"
                                },
                                "overlayColor": {
                                    "type": "string",
                                    "default": "#000000"
                                },
                                "overlayGradient": {
                                    "type": "string"
                                },
                                "productId": {
                                    "type": "number"
                                },
                                "previewProduct": {
                                    "type": "object",
                                    "default": null
                                },
                                "showDesc": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPrice": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/filter-wrapper)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filter-wrapper block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "filterType": {
                                    "type": "string"
                                },
                                "heading": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/handpicked-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/handpicked-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "image": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "title": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "price": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "rating": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "button": true
                                        }
                                    }
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "products": {
                                    "type": "array",
                                    "default": []
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/store-notices)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/store-notices block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/price-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/price-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showInputFields": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "inlineInput": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-add-to-cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-add-to-cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-best-sellers)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-best-sellers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "popularity"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-button)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-button block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "productId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "width": {
                                    "type": "number"
                                },
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDescendentOfQueryLoop": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "align": {
                                    "type": "string"
                                },
                                "hasCount": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "hasImage": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "hasEmpty": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDropdown": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isHierarchical": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showChildrenOnly": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-image)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-image block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-image-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-image-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-new)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-new block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-on-sale)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-on-sale block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "categories": {
                                    "type": "array",
                                    "items": {
                                        "type": "number"
                                    },
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full"
                                    ]
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array",
                                    "default": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-price)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-price block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-query)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-query block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-rating)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-rating block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "productId": {
                                    "type": "number",
                                    "default": 0
                                },
                                "isDescendentOfQueryLoop": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "isDescendentOfSingleProductBlock": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isDescendentOfSingleProductTemplate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-results-count)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-results-count block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-sale-badge)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-sale-badge block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-search)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-search block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-sku)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-sku block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-stock-indicator)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-stock-indicator block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-summary)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-summary block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-tag)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-tag block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "tags": {
                                    "type": "array",
                                    "default": []
                                },
                                "tagOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "orderby": {
                                    "type": "string",
                                    "default": "date"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-title)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-title block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-top-rated)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-top-rated block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "categories": {
                                    "type": "array",
                                    "default": []
                                },
                                "catOperator": {
                                    "type": "string",
                                    "default": "any"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "editMode": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "rating"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/products-by-attribute)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/products-by-attribute block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "attributes": {
                                    "type": "array",
                                    "default": []
                                },
                                "attrOperator": {
                                    "type": "string",
                                    "enum": [
                                        "all",
                                        "any"
                                    ],
                                    "default": "any"
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "contentVisibility": {
                                    "type": "object",
                                    "default": {
                                        "image": true,
                                        "title": true,
                                        "price": true,
                                        "rating": true,
                                        "button": true
                                    },
                                    "properties": {
                                        "image": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "title": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "price": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "rating": {
                                            "type": "boolean",
                                            "default": true
                                        },
                                        "button": {
                                            "type": "boolean",
                                            "default": true
                                        }
                                    }
                                },
                                "orderby": {
                                    "type": "string",
                                    "enum": [
                                        "date",
                                        "popularity",
                                        "price_asc",
                                        "price_desc",
                                        "rating",
                                        "title",
                                        "menu_order"
                                    ],
                                    "default": "date"
                                },
                                "rows": {
                                    "type": "number",
                                    "default": 3
                                },
                                "alignButtons": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "stockStatus": {
                                    "type": "array"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/rating-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/rating-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/reviews-by-category)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/reviews-by-category block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/reviews-by-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/reviews-by-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/related-products)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/related-products block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/product-details)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/product-details block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/single-product)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/single-product block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "productId": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/stock-filter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/stock-filter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "headingLevel": {
                                    "type": "number",
                                    "default": 3
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showFilterButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayStyle": {
                                    "type": "string",
                                    "default": "list"
                                },
                                "selectType": {
                                    "type": "string",
                                    "default": "multiple"
                                },
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-taxes-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-taxes-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-subtotal-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-subtotal-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/filled-cart-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filled-cart-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/empty-cart-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/empty-cart-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-totals-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-totals-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-line-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-line-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-express-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-express-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/proceed-to-checkout-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/proceed-to-checkout-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-accepted-payment-methods-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-accepted-payment-methods-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-coupon-form-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-coupon-form-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-discount-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-discount-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-fee-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-fee-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-heading-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-heading-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "content": {
                                    "type": "string",
                                    "default": "Cart totals"
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-order-summary-shipping-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-order-summary-shipping-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-cross-sells-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-cross-sells-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/cart-cross-sells-products-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/cart-cross-sells-products-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "isPreview": {
                                    "type": "boolean",
                                    "default": false,
                                    "save": false
                                },
                                "showCompanyField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "requireCompanyField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showApartmentField": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showPhoneField": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "requirePhoneField": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "align": {
                                    "type": "string",
                                    "default": "wide"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-actions-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-actions-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-billing-address-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-billing-address-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-contact-information-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-contact-information-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-express-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-express-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-fields-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-fields-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-note-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-note-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": true
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-coupon-form-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-coupon-form-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-discount-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-discount-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-fee-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-fee-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-shipping-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-shipping-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-subtotal-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-subtotal-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-order-summary-taxes-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-order-summary-taxes-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-payment-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-payment-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-shipping-address-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-address-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-shipping-methods-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-methods-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "shippingCostRequiresAddress": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-shipping-method-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-shipping-method-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "shippingCostRequiresAddress": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-pickup-options-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-pickup-options-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-terms-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-terms-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/checkout-totals-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/checkout-totals-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "type": "string",
                                    "default": ""
                                },
                                "checkbox": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "text": {
                                    "type": "string",
                                    "required": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-contents)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-contents block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/empty-mini-cart-contents-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/empty-mini-cart-contents-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/filled-mini-cart-contents-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/filled-mini-cart-contents-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-footer-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-footer-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-items-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-items-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-products-table-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-products-table-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": false
                                    }
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-shopping-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-shopping-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-cart-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-cart-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-checkout-button-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-checkout-button-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": false,
                                        "move": false
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-title-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object",
                                    "default": {
                                        "remove": true,
                                        "move": true
                                    }
                                },
                                "style": {
                                    "type": "object"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-title-items-counter-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-items-counter-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>woocommerce\/mini-cart-title-label-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for woocommerce\/mini-cart-title-label-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "label": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/absolute-reviews)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/absolute-reviews block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/absolute-reviews"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "heading": {
                                    "type": "string",
                                    "default": ""
                                },
                                "desc": {
                                    "type": "string",
                                    "default": ""
                                },
                                "legend": {
                                    "type": "string",
                                    "default": ""
                                },
                                "total_score_label": {
                                    "type": "string",
                                    "default": "Total Score"
                                },
                                "schema_author_custom": {
                                    "type": "string",
                                    "default": ""
                                },
                                "typographyDescription": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "typographyLegend": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "typographyTotal": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_percentage_total_score_percentage": {
                                    "type": "number",
                                    "default": 50
                                },
                                "layout_point-5_total_score_point_5": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_point-10_total_score_point_10": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_star_total_score_star": {
                                    "type": "number",
                                    "default": 1
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/alert)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/alert block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/alert"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "dismissible": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/progress)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/progress block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/progress"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "width": {
                                    "type": "number",
                                    "default": 70
                                },
                                "height": {
                                    "type": "number",
                                    "default": 14
                                },
                                "striped": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "animated": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "displayPercent": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/collapsibles)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/collapsibles block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/collapsibles"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "count": {
                                    "type": "number",
                                    "default": 2
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/collapsible)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/collapsible block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/collapsible"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "title": {
                                    "type": "string",
                                    "default": ""
                                },
                                "opened": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/tabs)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/tabs block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/tabs"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "tabActive": {
                                    "type": "number",
                                    "default": 0
                                },
                                "tabsData": {
                                    "type": "array",
                                    "default": [
                                        "Tab 1",
                                        "Tab 2"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "tabsPosition": {
                                    "type": "string",
                                    "default": "horizontal"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/tab)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/tab block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/tab"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/widgetized-area)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/widgetized-area block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/widgetized-area"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "area": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/section-heading)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-heading block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-heading"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "halign": {
                                    "type": "string"
                                },
                                "tag": {
                                    "type": "string"
                                },
                                "content": {
                                    "type": "string"
                                },
                                "typographyHeading": {
                                    "type": "string"
                                },
                                "typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "colorHeadingBorder": {
                                    "type": "string"
                                },
                                "colorHeadingBorder_dark": {
                                    "type": "string"
                                },
                                "colorHeadingAccent": {
                                    "type": "string"
                                },
                                "colorHeadingAccent_dark": {
                                    "type": "string"
                                },
                                "colorHeadingAccentContrast": {
                                    "type": "string"
                                },
                                "colorHeadingAccentContrast_dark": {
                                    "type": "string"
                                },
                                "colorHeading": {
                                    "type": "string"
                                },
                                "colorHeading_dark": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/section)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layoutAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "contentWidth": {
                                    "type": "number",
                                    "default": 1200
                                },
                                "sidebarPosition": {
                                    "type": "string",
                                    "default": "right"
                                },
                                "gapSection": {
                                    "type": "string",
                                    "default": "60px"
                                },
                                "gapSection_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "gapSection_mobile": {
                                    "type": "string",
                                    "default": "48px"
                                },
                                "gapSection_dark_tablet": {
                                    "type": "string"
                                },
                                "gapSection_dark_mobile": {
                                    "type": "string"
                                },
                                "sidebarWidth": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_tablet": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_mobile": {
                                    "type": "string",
                                    "default": "300px"
                                },
                                "sidebarWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "sidebarWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "sidebarSticky": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "sidebarStickyMethod": {
                                    "type": "string",
                                    "default": "top"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/section-content)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-content block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-content"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/section-sidebar)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/section-sidebar block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/section-sidebar"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/row)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/row block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/row"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "verticalAlignment": {
                                    "type": "string",
                                    "default": ""
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 2
                                },
                                "gap": {
                                    "type": "number",
                                    "default": 30
                                },
                                "gap_tablet": {
                                    "type": "number"
                                },
                                "gap_mobile": {
                                    "type": "number"
                                },
                                "gap_dark_tablet": {
                                    "type": "number"
                                },
                                "gap_dark_mobile": {
                                    "type": "number"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/column)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/column block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/column"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "backgroundImage": {
                                    "type": "object"
                                },
                                "backgroundPosition": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal": {
                                    "type": "number"
                                },
                                "backgroundAttachment": {
                                    "type": "string"
                                },
                                "backgroundRepeat": {
                                    "type": "string"
                                },
                                "backgroundSize": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit": {
                                    "type": "string"
                                },
                                "backgroundSizeVal": {
                                    "type": "number"
                                },
                                "backgroundImage_tablet": {
                                    "type": "object"
                                },
                                "backgroundPosition_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundAttachment_tablet": {
                                    "type": "string"
                                },
                                "backgroundRepeat_tablet": {
                                    "type": "string"
                                },
                                "backgroundSize_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_tablet": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_tablet": {
                                    "type": "number"
                                },
                                "backgroundImage_mobile": {
                                    "type": "object"
                                },
                                "backgroundPosition_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionXVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundPositionYUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundPositionYVal_mobile": {
                                    "type": "number"
                                },
                                "backgroundAttachment_mobile": {
                                    "type": "string"
                                },
                                "backgroundRepeat_mobile": {
                                    "type": "string"
                                },
                                "backgroundSize_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeUnit_mobile": {
                                    "type": "string"
                                },
                                "backgroundSizeVal_mobile": {
                                    "type": "number"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "size": {
                                    "type": "number",
                                    "default": ""
                                },
                                "size_tablet": {
                                    "type": "number",
                                    "default": 12
                                },
                                "size_mobile": {
                                    "type": "number",
                                    "default": 12
                                },
                                "size_dark_tablet": {
                                    "type": "number"
                                },
                                "size_dark_mobile": {
                                    "type": "number"
                                },
                                "order": {
                                    "type": "number",
                                    "default": ""
                                },
                                "order_tablet": {
                                    "type": "number"
                                },
                                "order_mobile": {
                                    "type": "number"
                                },
                                "order_dark_tablet": {
                                    "type": "number"
                                },
                                "order_dark_mobile": {
                                    "type": "number"
                                },
                                "minHeight": {
                                    "type": "string",
                                    "default": ""
                                },
                                "minHeight_tablet": {
                                    "type": "string"
                                },
                                "minHeight_mobile": {
                                    "type": "string"
                                },
                                "minHeight_dark_tablet": {
                                    "type": "string"
                                },
                                "minHeight_dark_mobile": {
                                    "type": "string"
                                },
                                "verticalAlign": {
                                    "type": "string",
                                    "default": ""
                                },
                                "verticalAlign_tablet": {
                                    "type": "string"
                                },
                                "verticalAlign_mobile": {
                                    "type": "string"
                                },
                                "verticalAlign_dark_tablet": {
                                    "type": "string"
                                },
                                "verticalAlign_dark_mobile": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "textColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor": {
                                    "type": "string",
                                    "default": ""
                                },
                                "backgroundColor_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/posts)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/posts block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/posts"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "queryGroup": {
                                    "type": "string",
                                    "default": ""
                                },
                                "query": {
                                    "type": "object",
                                    "default": {
                                        "posts_type": "post",
                                        "categories": "",
                                        "tags": "",
                                        "exclude_categories": "",
                                        "exclude_tags": "",
                                        "formats": "",
                                        "posts": "",
                                        "offset": "",
                                        "orderby": "date",
                                        "order": "DESC",
                                        "time_frame": "",
                                        "taxonomy": "",
                                        "terms": ""
                                    }
                                },
                                "relatedPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "avoidDuplicatePosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPagination": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "postsCount": {
                                    "type": "number",
                                    "default": 10
                                },
                                "showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showViewPostButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "buttonLabel": {
                                    "type": "string",
                                    "default": "View Post"
                                },
                                "buttonStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonSize": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonFullWidth": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "buttonColorBg": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBg_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "colorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-1_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_align_center": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_show_counter": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_counter_type": {
                                    "type": "string",
                                    "default": "1"
                                },
                                "layout_standard-type-1_meta_category_type": {
                                    "type": "string",
                                    "default": "one"
                                },
                                "layout_standard-type-1_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_background_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_counter_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_color_content_border": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d0d3e565107": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d0d3e56510d": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-1_69d0d3e565123": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-2_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-2_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-2_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-2_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-2_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-2_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-2_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-2_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-2_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d0d3e56524f": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d0d3e565254": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-2_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-2_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-2_69d0d3e565268": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-3_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-3_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-3_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-3_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-3_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-3_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-3_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-3_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard-type-3_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d0d3e565395": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d0d3e56539b": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-3_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-3_69d0d3e5653b0": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-4_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-4_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-4_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-4_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-4_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-4_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-4_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_title_underline": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-4_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-4_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-4_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-4_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-4_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d0d3e565539": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d0d3e56553e": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-4_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-4_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-4_69d0d3e565563": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_standard-type-5_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-5_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_standard-type-5_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard-type-5_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard-type-5_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard-type-5_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding": {
                                    "type": "string",
                                    "default": "30px"
                                },
                                "layout_standard-type-5_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-5_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_standard-type-5_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_align_center": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_standard-type-5_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_standard-type-5_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard-type-5_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_standard-type-5_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_standard-type-5_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_standard-type-5_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_standard-type-5_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_background_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_color_content_border": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_69d0d3e56569e": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_69d0d3e5656a2": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-5_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_standard-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-5_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard-type-5_69d0d3e5656b6": {
                                    "type": "string"
                                },
                                "layout_standard-type-5_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-5_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_tile-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tile-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tile-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tile-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_tile-type-1_height_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_tile-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "stretch"
                                },
                                "layout_tile-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_tile-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_tile-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_tile-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_tile-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_69d0d3e565783": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_69d0d3e565787": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_tile-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tile-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-1_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-1_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-1_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-1_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-1_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-1_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-1_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-1_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-1_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-1_image_width": {
                                    "type": "string",
                                    "default": "half"
                                },
                                "layout_horizontal-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d0d3e5658d6": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d0d3e5658db": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-1_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-1_69d0d3e5658ee": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-2_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-2_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-2_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-2_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-2_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-2_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-2_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-2_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-2_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-2_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-2_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-2_image_width": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d0d3e565a2f": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d0d3e565a33": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-2_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-2_69d0d3e565a48": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-3_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-3_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-3_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-3_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-3_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-3_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-3_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-3_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-3_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-3_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-3_image_width": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_horizontal-type-3_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d0d3e565b76": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d0d3e565b7a": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-3_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-3_69d0d3e565b8f": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-4_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-4_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-4_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-4_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-4_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-4_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-4_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-4_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-4_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-4_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_horizontal-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-4_image_width": {
                                    "type": "number",
                                    "default": 50
                                },
                                "layout_horizontal-type-4_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-4_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-4_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d0d3e565cba": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d0d3e565cbe": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-4_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-4_69d0d3e565cd2": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-5_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-5_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-5_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-5_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-5_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-5_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-5_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-5_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBadge": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBadge_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d0d3e565dac": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d0d3e565db0": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-5_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-5_69d0d3e565dc4": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_moreButton": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-6_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-6_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-6_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-6_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-6_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-6_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-6_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-6_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-6_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-6_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-6_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-6_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-6_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-6_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-6_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-6_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_69d0d3e565f05": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-6_69d0d3e565f09": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-6_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-6_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-6_69d0d3e565f1e": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-6_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-6_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-7_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-7_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-7_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-7_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-7_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-7_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-7_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-7_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-7_content_badge": {
                                    "type": "string",
                                    "default": "triangle"
                                },
                                "layout_horizontal-type-7_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-7_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-7_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-7_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-7_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-7_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-7_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-7_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBadge": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_colorBadge_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_69d0d3e566081": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-7_69d0d3e566085": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-7_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-7_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-7_69d0d3e56609a": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-7_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-7_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_horizontal-type-8_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-8_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_horizontal-type-8_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-8_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal-type-8_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal-type-8_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_border_radius_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_radius_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_horizontal-type-8_content_border_width_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_border_width_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_align_content": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-8_align_image": {
                                    "type": "string",
                                    "default": "flex-start"
                                },
                                "layout_horizontal-type-8_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_post_format": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_video_type": {
                                    "type": "string",
                                    "default": "always"
                                },
                                "layout_horizontal-type-8_video_controls": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_title_underline": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_meta_category_type": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_horizontal-type-8_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-8_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-8_image_width": {
                                    "type": "string",
                                    "default": "one-third"
                                },
                                "layout_horizontal-type-8_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "layout_horizontal-type-8_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_horizontal-type-8_typographyExcerpt": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_background_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_content_background_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_heading_underline_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_heading_underline_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_count_color": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_count_color_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_color_content_border": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_color_content_border_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_hover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_morebutton_background_hover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaViews": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaShares": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_showMetaPhotos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_showMetaDuration": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_69d0d3e566210": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-8_69d0d3e566214": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_showExcerpt": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_metaExcerptLimit": {
                                    "type": "string",
                                    "default": "characters"
                                },
                                "layout_horizontal-type-8_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal-type-8_metaExcerptSLength": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal-type-8_69d0d3e566228": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-8_moreButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-8_moreButtonLabel": {
                                    "type": "string",
                                    "default": "Read More"
                                },
                                "layout_reviews-1_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-1_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-1_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-1_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-1_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-1_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-1_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-1_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-1_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-1_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-1_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e566508": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e56652e": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-1_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-1_69d0d3e566551": {
                                    "type": "string"
                                },
                                "layout_reviews-1_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-2_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-2_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-2_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-2_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-2_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-2_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-2_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-2_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-2_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-2_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665bc": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665dc": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-2_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-2_69d0d3e5665fe": {
                                    "type": "string"
                                },
                                "layout_reviews-2_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-3_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-3_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-3_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-3_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-3_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-3_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-3_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-3_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-3_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-3_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e566668": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e566689": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-3_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-3_69d0d3e5666aa": {
                                    "type": "string"
                                },
                                "layout_reviews-3_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-4_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-4_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-4_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-4_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-4_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-4_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-4_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-4_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-4_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-4_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56672a": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56674c": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-4_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-4_69d0d3e56676e": {
                                    "type": "string"
                                },
                                "layout_reviews-4_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-5_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-5_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-5_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-5_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-5_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-5_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-5_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-5_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-5_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-5_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e5667d9": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e5667fa": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-5_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-5_69d0d3e56681a": {
                                    "type": "string"
                                },
                                "layout_reviews-5_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-6_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-6_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-6_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-6_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-6_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-6_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-6_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-6_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-6_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-6_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-6_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e566883": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e5668a5": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-6_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-6_69d0d3e5668c5": {
                                    "type": "string"
                                },
                                "layout_reviews-6_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-7_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-7_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-7_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-7_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-7_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-7_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-7_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-7_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-7_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-7_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-7_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566936": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566957": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-7_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-7_69d0d3e566978": {
                                    "type": "string"
                                },
                                "layout_reviews-7_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewType": {
                                    "type": "string",
                                    "default": "all"
                                },
                                "layout_reviews-8_reviewsPostsCount": {
                                    "type": "number",
                                    "default": 5
                                },
                                "layout_reviews-8_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_largeImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_smallImageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_reviews-8_typographyHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-8_typographyLargeHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_reviews-8_typographySmallHeading": {
                                    "type": "string",
                                    "default": "1rem"
                                },
                                "layout_reviews-8_colorHeading": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-8_colorHeading_dark": {
                                    "type": "string",
                                    "default": "#000"
                                },
                                "layout_reviews-8_colorHeadingHover": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-8_colorHeadingHover_dark": {
                                    "type": "string",
                                    "default": "#5a5a5a"
                                },
                                "layout_reviews-8_colorMeta": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMeta_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinks": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinks_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinksHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_colorMetaLinksHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "layout_reviews-8_reviews_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviews_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviews_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviews_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e5669e1": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsLarge_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsLarge_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e566a02": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsLargeMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_reviews-8_reviewsSmall_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_reviewsSmall_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_reviews-8_69d0d3e566a22": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/justified-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/justified-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/justified-gallery"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "images": {
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "linkTo": {
                                    "type": "string",
                                    "default": "file"
                                },
                                "rowHeight": {
                                    "type": "number",
                                    "default": 275
                                },
                                "maxRowHeight": {
                                    "type": "string",
                                    "default": "-1"
                                },
                                "margins": {
                                    "type": "number",
                                    "default": 10
                                },
                                "border": {
                                    "type": "number",
                                    "default": -10
                                },
                                "lastRow": {
                                    "type": "string",
                                    "default": "nojustify"
                                },
                                "showCaptions": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "randomize": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/slider-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/slider-gallery block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/slider-gallery"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "images": {
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "imageSize": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "linkTo": {
                                    "type": "string",
                                    "default": "file"
                                },
                                "showPrevNextButtons": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showBullets": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCaptions": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/facebook-fanpage)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/facebook-fanpage block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/facebook-fanpage"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "href": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showCover": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showFacepile": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "smallHeader": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/featured-categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/featured-categories block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/featured-categories"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": ""
                                },
                                "filter_ids": {
                                    "type": "string",
                                    "default": ""
                                },
                                "orderby": {
                                    "type": "string",
                                    "default": "tile"
                                },
                                "order": {
                                    "type": "string",
                                    "default": "ASC"
                                },
                                "maximum": {
                                    "type": "number",
                                    "default": 0
                                },
                                "number": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "bgOverlay": {
                                    "type": "string"
                                },
                                "bgOverlay_dark": {
                                    "type": "string"
                                },
                                "bgOpacityOverlay": {
                                    "type": "number",
                                    "default": 0.3
                                },
                                "layout_horizontal_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_horizontal_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_horizontal_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_horizontal_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_horizontal_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_horizontal_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_horizontal_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "span"
                                },
                                "layout_horizontal_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_horizontal_image_width": {
                                    "type": "number",
                                    "default": 110
                                },
                                "layout_horizontal_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_horizontal_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_standard_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_standard_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_standard_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_standard_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_standard_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard_show_counter": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_standard_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "span"
                                },
                                "layout_standard_typography_counter": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard_typography_counter_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard_typography_counter_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_standard_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_standard_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_standard_image_width": {
                                    "type": "number",
                                    "default": 140
                                },
                                "layout_standard_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_standard_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tiles_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tiles_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tiles_gap_posts": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "40px"
                                },
                                "layout_tiles_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tiles_typographyHeading": {
                                    "type": "string",
                                    "default": "1.625rem"
                                },
                                "layout_tiles_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "layout_tiles_featured_image": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tiles_orientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_tiles_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_tiles_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_tiles_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_vertical-list_feature_categories_color": {
                                    "type": "string"
                                },
                                "layout_vertical-list_feature_categories_color_dark": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/instagram)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/instagram block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/instagram"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "showHeader": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showFollowButton": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "number": {
                                    "type": "number",
                                    "default": 4
                                },
                                "columns": {
                                    "type": "number",
                                    "default": 3
                                },
                                "size": {
                                    "type": "string",
                                    "default": "thumbnail"
                                },
                                "target": {
                                    "type": "string",
                                    "default": "_blank"
                                },
                                "buttonStyle": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonSize": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonFullWidth": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "buttonColorBg": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBg_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorBgHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorText_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover": {
                                    "type": "string",
                                    "default": ""
                                },
                                "buttonColorTextHover_dark": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/share-buttons)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/share-buttons block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/share-buttons"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "layout": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "accounts": {
                                    "type": "array",
                                    "default": [
                                        "facebook",
                                        "twitter",
                                        "pinterest"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "showTotal": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "showIcons": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showLabels": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showTitles": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/social-links)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/social-links block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/social-links"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "template": {
                                    "type": "string",
                                    "default": "inline"
                                },
                                "aligning": {
                                    "type": "string",
                                    "default": "default"
                                },
                                "showLabels": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showTitles": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showCounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "count": {
                                    "type": "number",
                                    "default": -1
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/toc)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/toc block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/toc"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "title": {
                                    "type": "string",
                                    "default": "Table of Contents"
                                },
                                "depth": {
                                    "type": "number",
                                    "default": 2
                                },
                                "minCount": {
                                    "type": "number",
                                    "default": 4
                                },
                                "minCharacters": {
                                    "type": "number",
                                    "default": 1000
                                },
                                "btnHide": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "defaultState": {
                                    "type": "string",
                                    "default": "expanded"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/current-date)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/current-date block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/current-date"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "format": {
                                    "type": "string",
                                    "default": "F d, Y"
                                },
                                "text-align": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "colorText": {
                                    "type": "string"
                                },
                                "colorText_dark": {
                                    "type": "string"
                                },
                                "typographyText": {
                                    "type": "string",
                                    "default": "0.75rem"
                                },
                                "typographyText_tablet": {
                                    "type": "string"
                                },
                                "typographyText_mobile": {
                                    "type": "string"
                                },
                                "typographyText_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyText_dark_mobile": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>canvas\/custom-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/custom-link block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/custom-link"
                                },
                                "canvasClassName": {
                                    "type": "string"
                                },
                                "canvasLocation": {
                                    "type": "string"
                                },
                                "__internalWidgetId": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "anchor": {
                                    "type": "string"
                                },
                                "marginTop": {
                                    "type": "number"
                                },
                                "marginBottom": {
                                    "type": "number"
                                },
                                "marginLeft": {
                                    "type": "number"
                                },
                                "marginRight": {
                                    "type": "number"
                                },
                                "paddingTop": {
                                    "type": "number"
                                },
                                "paddingBottom": {
                                    "type": "number"
                                },
                                "paddingLeft": {
                                    "type": "number"
                                },
                                "paddingRight": {
                                    "type": "number"
                                },
                                "marginLink": {
                                    "type": "boolean"
                                },
                                "paddingLink": {
                                    "type": "boolean"
                                },
                                "marginUnit": {
                                    "type": "string"
                                },
                                "paddingUnit": {
                                    "type": "string"
                                },
                                "marginTop_tablet": {
                                    "type": "number"
                                },
                                "marginBottom_tablet": {
                                    "type": "number"
                                },
                                "marginLeft_tablet": {
                                    "type": "number"
                                },
                                "marginRight_tablet": {
                                    "type": "number"
                                },
                                "paddingTop_tablet": {
                                    "type": "number"
                                },
                                "paddingBottom_tablet": {
                                    "type": "number"
                                },
                                "paddingLeft_tablet": {
                                    "type": "number"
                                },
                                "paddingRight_tablet": {
                                    "type": "number"
                                },
                                "marginLink_tablet": {
                                    "type": "boolean"
                                },
                                "paddingLink_tablet": {
                                    "type": "boolean"
                                },
                                "marginUnit_tablet": {
                                    "type": "string"
                                },
                                "paddingUnit_tablet": {
                                    "type": "string"
                                },
                                "marginTop_mobile": {
                                    "type": "number"
                                },
                                "marginBottom_mobile": {
                                    "type": "number"
                                },
                                "marginLeft_mobile": {
                                    "type": "number"
                                },
                                "marginRight_mobile": {
                                    "type": "number"
                                },
                                "paddingTop_mobile": {
                                    "type": "number"
                                },
                                "paddingBottom_mobile": {
                                    "type": "number"
                                },
                                "paddingLeft_mobile": {
                                    "type": "number"
                                },
                                "paddingRight_mobile": {
                                    "type": "number"
                                },
                                "marginLink_mobile": {
                                    "type": "boolean"
                                },
                                "paddingLink_mobile": {
                                    "type": "boolean"
                                },
                                "marginUnit_mobile": {
                                    "type": "string"
                                },
                                "paddingUnit_mobile": {
                                    "type": "string"
                                },
                                "borderStyle": {
                                    "type": "string"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "borderColor_dark": {
                                    "type": "string"
                                },
                                "borderWidthTop": {
                                    "type": "number"
                                },
                                "borderWidthBottom": {
                                    "type": "number"
                                },
                                "borderWidthLeft": {
                                    "type": "number"
                                },
                                "borderWidthRight": {
                                    "type": "number"
                                },
                                "borderWidthLink": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight": {
                                    "type": "number"
                                },
                                "borderRadiusLink": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit": {
                                    "type": "string"
                                },
                                "borderWidthTop_tablet": {
                                    "type": "number"
                                },
                                "borderWidthBottom_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLeft_tablet": {
                                    "type": "number"
                                },
                                "borderWidthRight_tablet": {
                                    "type": "number"
                                },
                                "borderWidthLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_tablet": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_tablet": {
                                    "type": "number"
                                },
                                "borderRadiusLink_tablet": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_tablet": {
                                    "type": "string"
                                },
                                "borderWidthTop_mobile": {
                                    "type": "number"
                                },
                                "borderWidthBottom_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLeft_mobile": {
                                    "type": "number"
                                },
                                "borderWidthRight_mobile": {
                                    "type": "number"
                                },
                                "borderWidthLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderWidthUnit_mobile": {
                                    "type": "string"
                                },
                                "borderRadiusTopLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusTopRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomLeft_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusBottomRight_mobile": {
                                    "type": "number"
                                },
                                "borderRadiusLink_mobile": {
                                    "type": "boolean"
                                },
                                "borderRadiusUnit_mobile": {
                                    "type": "string"
                                },
                                "canvasResponsiveHide_desktop": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_tablet": {
                                    "type": "boolean"
                                },
                                "canvasResponsiveHide_mobile": {
                                    "type": "boolean"
                                },
                                "label": {
                                    "type": "string",
                                    "default": "View All"
                                },
                                "url": {
                                    "type": "string",
                                    "default": "\/"
                                },
                                "target": {
                                    "type": "string",
                                    "default": "_self"
                                },
                                "textAlign": {
                                    "type": "string",
                                    "default": "left"
                                },
                                "colorText": {
                                    "type": "string"
                                },
                                "colorText_dark": {
                                    "type": "string"
                                },
                                "colorTextHover": {
                                    "type": "string"
                                },
                                "colorTextHover_dark": {
                                    "type": "string"
                                },
                                "typographyText": {
                                    "type": "string",
                                    "default": "1.125rem"
                                },
                                "typographyText_tablet": {
                                    "type": "string"
                                },
                                "typographyText_mobile": {
                                    "type": "string"
                                },
                                "typographyText_dark_tablet": {
                                    "type": "string"
                                },
                                "typographyText_dark_mobile": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sight-renderer\/(?P<name>core\/post-comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Egyedileg regisztr\u00e1lt n\u00e9v a blokknak.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "A terjedelem amelyre az elk\u00fcld\u00f6tt k\u00e9r\u00e9s vonatkozik; a v\u00e1laszban k\u00fcld\u00f6tt mez\u0151ket hat\u00e1rozza meg.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/post-comments block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "textAlign": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "TrpContentRestriction": {
                                    "type": "object",
                                    "properties": {
                                        "restriction_type": {
                                            "type": "string"
                                        },
                                        "selected_languages": {
                                            "type": "array"
                                        },
                                        "panel_open": {
                                            "type": "boolean"
                                        }
                                    },
                                    "default": {
                                        "restriction_type": "exclude",
                                        "selected_languages": [],
                                        "panel_open": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "A bejegyz\u00e9s kontextus azonos\u00edt\u00f3ja.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 2595,
    "site_icon_url": "https:\/\/prague.org\/wp-content\/uploads\/2022\/05\/cropped-prague-favicon.webp",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/prague.org\/hu\/wp-json\/wp\/v2\/media\/2595"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}